摘要:
Description The GX Light Pipeline Company started to prepare bent pipes for the new transgalactic light pipeline. During the design phase of the new p 阅读全文
摘要:
Description You, as a member of a development team for a new spell checking program, are to write a module that will check the correctness of given wo 阅读全文
摘要:
Description New convocation of The Fool Land's Parliament consists of N delegates. According to the present regulation delegates should be divided int 阅读全文
摘要:
Description Standard web browsers contain features to move backward and forward among the pages recently visited. One way to implement these features 阅读全文
摘要:
#include <iostream>#include <cstdio>#include <cmath> int main(){ int num; while (scanf_s("%d",&num) != EOF) { int cnt = 2; long long testNum = 11; whi 阅读全文
摘要:
Given any integer 0 ≤ n ≤ 10000 not divisibleby 2 or 5, some multiple of n is a number whichin decimal notation is a sequence of 1’s. Howmany digits a 阅读全文