Problem sumint
User Zubair
Submission Time 2026-06-22 16:02:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:7:30: error: expected ‘;’ before ‘long’
7 | if (!(cin >> d)) return 0
| ^
| ;
8 |
9 | long long total_sum = 0;
| ~~~~