| Problem | psle |
|---|---|
| User | Tolo925kt |
| Submission Time | 2026-02-05 16:41:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:4:11: error: expected initializer before ‘<’ token
4 | int score < 101;
| ^
psle.cpp:5:12: error: expected initializer before ‘>’ token
5 | int score > -1;
| ^
psle.cpp:6:9: error: ‘score’ was not declared in this scope
6 | cin >> score;
| ^~~~~
psle.cpp:26:12: error: expected ‘;’ before ‘}’ token
26 | cout << "U"
| ^
| ;
27 | }
| ~
psle.cpp:28:9: error: expected ‘}’ at end of input
28 | return 0;
| ^
psle.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^