Problem ippt
User Reality1001
Submission Time 2024-01-31 12:04:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp:3:11: error: expected initializer before ‘<’ token
3 | int a,b,c <25;
| ^
ippt.cpp: In function ‘int main()’:
ippt.cpp:6:19: error: ‘c’ was not declared in this scope
6 | cin >> a >> b >> c;
| ^