Problem | monstergo |
---|---|
User | YellowPurpleDragon |
Submission Time | 2025-08-22 20:48:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
monstergo.cpp:90:12: error: missing terminating " character
90 | cout << "0 1 2 3 5 6 7 8 9 10 12 13\n;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
monstergo.cpp: In function ‘int main()’:
monstergo.cpp:90:9: error: no match for ‘operator<<’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘std::ostream’ {aka ‘std::basic_ostream<char>’})
90 | cout << "0 1 2 3 5 6 7 8 9 10 12 13\n;
| ~~~~ ^~
| |
| basic_ostream<[...]>
91 | cout << "0 1 2 3 4 5 7 8 9 10 11 12\n";
| ~~~~
| |
| basic_ostream<[...]>
monstergo.cpp:90:9: note: candidate: ‘operator<<(int, int)’ <built-in>
90 | cout << "0 1 2 3 5 6 7 8 9 10 12 13\n;
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
91 | cout << "0 1 2 3 4 5 7 8 9 10 11 12\n";
| ~~~~
monstergo.cpp:90:9: note: no k