Problem | typo |
---|---|
User | AwkUngenially |
Submission Time | 2025-04-17 11:29:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:12:8: error: ‘i’ was not declared in this scope
12 | for (i = 0; i < thingy1.size(); i++) {
| ^
typo.cpp:17:50: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
17 | if (no = false && && position == thingy2.size()) {
| ^
typo.cpp:17:25: error: label ‘position’ used but not defined
17 | if (no = false && && position == thingy2.size()) {
| ^~~~~~~~