| Problem | shamelessad2 |
|---|---|
| User | Cat |
| Submission Time | 2025-04-28 17:59:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
shamelessad2.cpp: In function ‘int main()’:
shamelessad2.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘for’
9 | for (int i = 0; i < n; i++){
| ^~~
shamelessad2.cpp:9:18: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i < n; i++){
| ^
shamelessad2.cpp:23:3: error: break statement not within loop or switch
23 | break;
| ^~~~~
shamelessad2.cpp:26:5: error: break statement not within loop or switch
26 | break;
| ^~~~~