| Problem | psle |
|---|---|
| User | Tolo925kt |
| Submission Time | 2026-02-05 16:44:49 |
| 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:13: error: expected initializer before ‘>’ token
5 | int score > -1;
| ^
psle.cpp:6:9: error: ‘score’ was not declared in this scope
6 | cin >> score;
| ^~~~~