| Problem | sadtrainer |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-03 17:38:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sadtrainer.cpp: In function ‘int main()’:
sadtrainer.cpp:11:2: error: expected initializer before ‘for’
11 | for(int i = 0; i < n; i++) {
| ^~~
sadtrainer.cpp:11:17: error: ‘i’ was not declared in this scope
11 | for(int i = 0; i < n; i++) {
| ^
sadtrainer.cpp:14:10: error: ‘a’ was not declared in this scope
14 | cout << a[k];
| ^