| Problem | sumsumdigit |
|---|---|
| User | CKCodeBreaker55 |
| Submission Time | 2024-12-12 14:11:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumsumdigit.cpp: In function ‘int main()’:
sumsumdigit.cpp:24:9: error: ‘cpp_int’ was not declared in this scope; did you mean ‘u_int’?
24 | cpp_int n;
| ^~~~~~~
| u_int
sumsumdigit.cpp:25:16: error: ‘n’ was not declared in this scope
25 | cin >> n;
| ^