Problem | sumofdigits |
---|---|
User | binrui |
Submission Time | 2024-11-15 11:38:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumofdigits.cpp: In function ‘int main()’:
sumofdigits.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> x;
| ^~~
sumofdigits.cpp:11:5: error: ‘cout’ was not declared in this scope
11 | cout << ans;
| ^~~~