| Problem | psle |
|---|---|
| User | Kjj511 |
| Submission Time | 2023-06-18 10:53:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:5:14: error: expected initializer before ‘<’ token
5 | long long s < 100;
| ^
psle.cpp:6:9: error: ‘s’ was not declared in this scope
6 | cin >> s;
| ^