| Problem | neckties |
|---|---|
| User | Henries |
| Submission Time | 2024-10-22 17:29:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
neckties.cpp: In function ‘int main()’:
neckties.cpp:28:2: error: expected ‘,’ or ‘;’ before ‘for’
28 | for(int i =0;i<n;i++){
| ^~~
neckties.cpp:28:15: error: ‘i’ was not declared in this scope
28 | for(int i =0;i<n;i++){
| ^