| Problem | ihate7 |
|---|---|
| User | chog |
| Submission Time | 2026-05-20 15:54:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ihate7.cpp: In function ‘int main()’:
ihate7.cpp:13:7: error: ‘i’ was not declared in this scope
13 | for (i = 0; i < N; i++) {
| ^
ihate7.cpp:17:8: error: ‘j’ was not declared in this scope
17 | for (j = A; j <= B; j++) {
| ^
ihate7.cpp:19:13: error: ‘str’ was not declared in this scope; did you mean ‘std’?
19 | jester = str(j);
| ^~~
| std
ihate7.cpp:20:20: error: ‘True’ was not declared in this scope
20 | bool goodness = True;
| ^~~~
ihate7.cpp:21:9: error: ‘k’ was not declared in this scope
21 | for (k = 0; k < N; k++) {
| ^
ihate7.cpp:22:10: error: ‘l’ was not declared in this scope
22 | for (l = k + 1; l < N+1; l++) {
| ^
ihate7.cpp:23:27: error: found ‘:’ in nested-name-specifier, expected ‘::’
23 | string sub = jester[k:l];
|