Problem sumalllis
User Soysauce
Submission Time 2024-06-16 08:20:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumalllis.cpp: In function ‘int main()’:
sumalllis.cpp:51:41: error: expected ‘;’ before ‘int’
51 | ios_base::sync_with_stdio(0);cin.tie(0)
| ^
| ;
52 | int n;
| ~~~
sumalllis.cpp:53:12: error: ‘n’ was not declared in this scope
53 | cin >> n;
| ^