Problem | ippt |
---|---|
User | Reality1001 |
Submission Time | 2024-01-31 11:47:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp:3:9: error: expected initializer before ‘>=’ token
3 | int a,b >= 0 and a,b <= 25;
| ^~
ippt.cpp:4:7: error: expected initializer before ‘>=’ token
4 | int c >= 0 and c <= 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;
| ^