| Problem | psle |
|---|---|
| User | Tolo925kt |
| Submission Time | 2026-02-05 16:53:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:4:19: error: expected ‘;’ before ‘int’
4 | cin.tie (nullptr)
| ^
| ;
5 | int score;
| ~~~
psle.cpp:6:9: error: ‘score’ was not declared in this scope
6 | cin >> score;
| ^~~~~