Problem | deciphering_zane |
---|---|
User | eulerleonhardfan |
Submission Time | 2023-04-01 17:31:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
deciphering_zane.cpp: In function ‘int32_t main()’:
deciphering_zane.cpp:11:23: error: expected primary-expression before ‘<<’ token
11 | if (n == 2) cout << << "\n";
| ^~
deciphering_zane.cpp:14:23: error: expected primary-expression before ‘<<’ token
14 | if (n == 5) cout << << "\n";
| ^~
deciphering_zane.cpp:16:23: error: expected primary-expression before ‘<<’ token
16 | if (n == 7) cout << << "\n";
| ^~
deciphering_zane.cpp:17:23: error: expected primary-expression before ‘<<’ token
17 | if (n == 8) cout << << "\n";
| ^~
deciphering_zane.cpp:18:23: error: expected primary-expression before ‘<<’ token
18 | if (n == 9) cout << << "\n";
| ^~
deciphering_zane.cpp:19:24: error: expected p