Problem | ippt |
---|---|
User | Reality1001 |
Submission Time | 2024-01-31 12:03:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp:3:7: error: expected initializer before ‘<’ token
3 | int a < 25;
| ^
ippt.cpp: In function ‘int main()’:
ippt.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a >> b >> c;
| ^
ippt.cpp:6:14: error: ‘b’ was not declared in this scope
6 | cin >> a >> b >> c;
| ^
ippt.cpp:6:19: error: ‘c’ was not declared in this scope
6 | cin >> a >> b >> c;
| ^