Problem | ippt |
---|---|
User | noel |
Submission Time | 2025-08-21 17:08:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:5:8: error: expected initializer before ‘<=’ token
5 | int a <= 25,b <= 25,c <= 50;
| ^~
ippt.cpp:6:7: error: ‘a’ was not declared in this scope
6 | cin>>a>>b>>c;
| ^
ippt.cpp:6:10: error: ‘b’ was not declared in this scope
6 | cin>>a>>b>>c;
| ^
ippt.cpp:6:13: error: ‘c’ was not declared in this scope
6 | cin>>a>>b>>c;
| ^