| Problem | ihate1111 |
|---|---|
| User | jerrielchangjiebin |
| Submission Time | 2024-12-04 11:44:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:24:19: error: found ‘:’ in nested-name-specifier, expected ‘::’
24 | while (int te : testc) {
| ^
| ::
ihate1111.cpp:24:16: error: ‘te’ has not been declared
24 | while (int te : testc) {
| ^~
ihate1111.cpp:24:26: error: qualified-id in declaration before ‘)’ token
24 | while (int te : testc) {
| ^
ihate1111.cpp:27:22: error: ‘te’ was not declared in this scope; did you mean ‘t’?
27 | if (canMakeX(te)) {
| ^~
| t