Problem | 3nplus1 |
---|---|
User | potatocabbage |
Submission Time | 2024-11-02 18:41:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:10: error: ‘nl’ was not declared in this scope; did you mean ‘n’?
7 | cout << nl
| ^~
| n
3nplus1.cpp:19:10: error: unable to find character literal operator ‘operator""l’ with ‘char’ argument
19 | cout << ' 'l
| ^~~~