Problem threethreethree
User TheVeryJerryBerry
Submission Time 2026-06-24 10:03:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

threethreethree.cpp: In function ‘int main()’:
threethreethree.cpp:9:6: error: redeclaration of ‘long long int sum’
9 | int sum {0};
| ^~~
threethreethree.cpp:7:8: note: ‘long long int sum’ previously declared here
7 | int x,sum;
| ^~~