Problem | psle |
---|---|
User | Rollsroyce26 |
Submission Time | 2024-06-20 15:07:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp:25:17: error: missing terminating " character
25 | cout << "U, touch grass, you f***ing device addict.'
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
psle.cpp: In function ‘int main()’:
psle.cpp:8:40: error: expected ‘;’ before ‘}’ token
8 | cout << "A*, W my boy!" << '\n'
| ^
| ;
9 | }
| ~
psle.cpp:11:44: error: expected ‘;’ before ‘}’ token
11 | cout << "A, Not bad buddy!" << '\n'
| ^
| ;
12 | }
| ~
psle.cpp:14:39: error: expected ‘;’ before ‘}’ token
14 | cout << "B, Nice bro!" << '\n'
|