Problem ippt
User Reality1001
Submission Time 2024-01-31 11:47:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp:3:9: error: expected initializer before ‘>=’ token
3 | int a,b >= 0 and <= 25;
| ^~
ippt.cpp:4:7: error: expected initializer before ‘>=’ token
4 | int c >= 0 and <= 50;
| ^~
ippt.cpp: In function ‘int main()’:
ippt.cpp:7:14: error: ‘b’ was not declared in this scope
7 | cin >> a >> b >> c;
| ^
ippt.cpp:7:19: error: ‘c’ was not declared in this scope
7 | cin >> a >> b >> c;
| ^