| Problem | psle |
|---|---|
| User | blob |
| Submission Time | 2023-11-08 14:25:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:4:8: error: expected initializer before ‘<’ token
4 | int a < 100;
| ^
psle.cpp:5:9: error: ‘a’ was not declared in this scope
5 | cin >> a;
| ^