Problem | psle |
---|---|
User | DuckyKayden |
Submission Time | 2025-08-02 11:23:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int32_t main()’:
psle.cpp:10:8: error: expected initializer before ‘<=’ token
10 | int x <= 100;
| ^~
psle.cpp:11:9: error: ‘x’ was not declared in this scope
11 | cin >> x;
| ^