Problem | psle |
---|---|
User | shannen |
Submission Time | 2024-06-25 10:52:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:5:8: error: expected ‘;’ before ‘{’ token
5 | cin>> s {
| ^~
| ;
psle.cpp:12:1: error: expected ‘}’ at end of input
12 | }
| ^
psle.cpp:3:12: note: to match this ‘{’
3 | int main (){
| ^