Problem ippt
User Astronite
Submission Time 2024-02-26 17:03:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:7:8: error: expected ‘;’ before ‘y’
7 | cin>> x y z;
| ^~
| ;
ippt.cpp:18:19: error: ‘J’ was not declared in this scope
18 | else if(j > 75 && J <= 84){
| ^
ippt.cpp:24:1: error: expected ‘}’ before ‘else’
24 | else{
| ^~~~
ippt.cpp:21:29: note: to match this ‘{’
21 | else if(j > 85 && j <= 100 ){
| ^