| Problem | sadtrainer |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-03 17:37:44 |
| 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:13:13: error: expected ‘}’ at end of input
13 | cout << a[k]
| ^
sadtrainer.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^