Problem | psle |
---|---|
User | shawn |
Submission Time | 2024-04-05 23:09:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp:19:14: error: missing terminating ' character
19 | cout << "F"'
| ^
psle.cpp: In function ‘int main()’:
psle.cpp:19:14: error: expected ‘;’ before ‘}’ token
19 | cout << "F"'
| ^
| ;
20 | }
| ~