Problem sum
User wzhci11
Submission Time 2024-12-02 10:19:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum.cpp: In function ‘int main()’:
sum.cpp:8:10: error: expected ‘;’ before ‘for’
8 | cin >> x
| ^
| ;
9 | for (ll i = 0; i < x; ++i) {
| ~~~
sum.cpp:9:17: error: ‘i’ was not declared in this scope
9 | for (ll i = 0; i < x; ++i) {
| ^