Problem sumint
User Soysauce
Submission Time 2024-02-19 17:39:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp:3:1: error: ‘Using’ does not name a type
3 | Using namespace std;
| ^~~~~
sumint.cpp: In function ‘int main()’:
sumint.cpp:5:29: error: expected primary-expression before ‘}’ token
5 | for (int i=0; i < 10 ; i++) }
| ^