| Problem | psle |
|---|---|
| User | Diddylan123 |
| Submission Time | 2026-07-26 12:41:57 |
| 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 initializer before ‘<’ token
5 | int s < 101;
| ^
psle.cpp:6:9: error: ‘s’ was not declared in this scope
6 | cin >> s;
| ^