Problem | sonictheparallelogram |
---|---|
User | ATHY |
Submission Time | 2024-06-26 11:15:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sonictheparallelogram.cpp: In function ‘int main()’:
sonictheparallelogram.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for (ll i=0; i<n; i++) {
| ^~~
sonictheparallelogram.cpp:8:15: error: ‘i’ was not declared in this scope
8 | for (ll i=0; i<n; i++) {
| ^