摘要:
Max Num Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 22270 Accepted Submission(s): 13029 Problem Description There are some students in a ... 阅读全文
摘要:
Fibbonacci Number Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 22530 Accepted Submission(s): 10375 Problem Description Your objective for ... 阅读全文
摘要:
#include using namespace std; long long dp[36][36]; int main() { int num; int i = 1; for (int i = 0; i > num && num != -1) { printf("%d %d %I64d\n", i++, num, 2 * ... 阅读全文