Problem psle
User ov5rki11
Submission Time 2025-07-28 18:56:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int32_t main()’:
psle.cpp:11:31: error: expected identifier before ‘(’ token
11 | } else if (tmp2 > 75) and (tmp2 < 91) {
| ^
psle.cpp:13:31: error: expected identifier before ‘(’ token
13 | } else if (tmp2 > 60) and (tmp2 < 75) {
| ^
psle.cpp:15:31: error: expected identifier before ‘(’ token
15 | } else if (tmp2 > 50) and (tmp2 < 60) {
| ^
psle.cpp:17:31: error: expected identifier before ‘(’ token
17 | } else if (tmp2 > 35) and (tmp2 < 50) {
| ^
psle.cpp:19:31: error: expected identifier before ‘(’ token
19 | } else if (tmp2 > 20) and (tmp2 < 35) {
| ^