Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
168630 C班-范浩宇 幂次方 C++ 输出超限 57 0 MS 240 KB 594 2024-08-20 12:15:53

Tests(4/7):


#include <bits/stdc++.h> using namespace std; int a[20] = {1}; void fun(int n) { int f = 0; while (n >= a[f]) f++; f--; if (f == 1) cout << 2; else { if (f == 0) cout << "2(0)"; else { cout << "2("; fun(f); cout << ")"; } } n -= a[f]; if (n != 0) { cout << "+"; fun(n); } } int main() { int n; cin >> n; for (int i = 1; i < 17; i++) a[i] = a[i - 1] * 2; fun(n); return 0; }


测评信息:

输入

                    

输出

                    

答案

                    

系统信息

exit code: 0, checker exit code: 0

输入

                    

输出

                    

答案

                    

系统信息

exit code: 0, checker exit code: 0

输入

97545612

输出

2(2(2(2+2(0))+2)+2(2(2)+2+2(0))+2(2(2)+2)+2(2+2(0))+2(0))+2(2(2(2+2(0))+2)+2(2(2)+2+2(0))+2(2(2)+2)+2(2+2(0))+2(0))+2(2(2(2+2(0))+2)+2(2(2)+2+2(0))+2(2(2)+2)+2(2+2(0))+2(0))+2(2(2(2+2(0))+2)+2(2(2)+2...

答案

2(2(2(2))+2(2+2(0))+2)+2(2(2(2))+2(2+2(0)))+2(2(2(2))+2(2)+2+2(0))+2(2(2(2))+2(2)+2)+2(2(2(2))+2(2))+2(2(2+2(0))+2(2)+2)+2(2(2+2(0))+2(2)+2(0))+2(2(2+2(0))+2+2(0))+2(2(2+2(0))+2)+2(2(2+2(0)))+2(2(2)+...

系统信息

exit code: 0, checker exit code: 0

输入

7878548

输出

2(2(2(2))+2(2)+2(0))+2(2(2(2))+2(2)+2(0))+2(2(2(2))+2(2)+2(0))+2(2(2(2))+2(2)+2(0))+2(2(2(2))+2(2)+2(0))+2(2(2(2))+2(2)+2(0))+2(2(2(2))+2(2)+2(0))+2(2(2(2))+2(2)+2(0))+2(2(2(2))+2(2)+2(0))+2(2(2(2))+...

答案

2(2(2(2))+2(2)+2)+2(2(2(2))+2(2)+2(0))+2(2(2(2))+2(2))+2(2(2(2))+2+2(0))+2(2(2+2(0))+2(2)+2(0))+2(2(2+2(0))+2(2))+2(2(2+2(0))+2)+2(2(2+2(0))+2(0))+2(2(2+2(0)))+2(2(2)+2+2(0))+2(2(2))+2(2)

系统信息

exit code: 0, checker exit code: 0

输入

                    

输出

                    

答案

                    

系统信息

exit code: 0, checker exit code: 0

输入

456811

输出

2(2(2(2))+2+2(0))+2(2(2(2))+2+2(0))+2(2(2(2))+2+2(0))+2(2(2(2))+2+2(0))+2(2(2(2))+2+2(0))+2(2(2(2))+2+2(0))+2(2(2(2))+2+2(0))+2(2(2(2))+2+2(0))+2(2(2(2))+2+2(0))+2(2(2(2))+2+2(0))+2(2(2(2))+2+2(0))+2...

答案

2(2(2(2))+2)+2(2(2(2))+2(0))+2(2(2+2(0))+2(2)+2+2(0))+2(2(2+2(0))+2(2)+2)+2(2(2+2(0))+2(2)+2(0))+2(2(2+2(0))+2(2))+2(2(2+2(0))+2+2(0))+2(2(2)+2)+2(2(2)+2(0))+2(2+2(0))+2+2(0)

系统信息

exit code: 0, checker exit code: 0

输入

                    

输出

                    

答案

                    

系统信息

exit code: 0, checker exit code: 0