Problem sumint
User CrackingCodes
Submission Time 2025-01-24 21:05:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> d;
| ^~~
sumint.cpp:9:2: error: ‘cout’ was not declared in this scope
9 | cout << total;
| ^~~~