Problem platonic14
User lykieutrang
Submission Time 2025-12-08 11:19:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic14.cpp:23:22: error: missing terminating " character
23 | cout << 1 << "\n;
| ^~~~
platonic14.cpp: In function ‘int main()’:
platonic14.cpp:23:19: error: no match for ‘operator<<’ (operand types are ‘std::basic_ostream<char>’ and ‘std::ostream’ {aka ‘std::basic_ostream<char>’})
23 | cout << 1 << "\n;
| ~~~~~~~~~ ^~
| |
| basic_ostream<[...]>
24 | cout << 1 << ' ' << 5 << ' ' << 10 << ' ' << 6 << ' ' << 2 << ' ' << 7 << ' ' << 4 << ' ' << 8 << ' ' << 3 << ' ' << 9;
| ~~~~
| |
| basic_ostream<[...]>
platonic14.cpp:23:19: note: candidate: ‘operator<<(int, int)’ <built-in>
23 | cout << 1 << "\n;