Problem psle
User chickennn
Submission Time 2026-03-27 17:56:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:4:8: error: expected initializer before ‘<=’ token
4 | int s <= 100 and s >=0
| ^~
psle.cpp:6:6: error: ‘s’ was not declared in this scope
6 | if (s >= 91 and s <= 100) {
| ^