Problem | modulochain |
---|---|
User | ShiYuXiang |
Submission Time | 2023-11-09 10:38:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:12:5: error: expected ‘,’ or ‘;’ before ‘for’
12 | for (long long int i = 0; i < N; i++){
| ^~~
modulochain.cpp:12:31: error: ‘i’ was not declared in this scope
12 | for (long long int i = 0; i < N; i++){
| ^