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

Compile Error

ippt.cpp:4:5: error: redefinition of ‘int a’
4 | int a,b <25;
| ^
ippt.cpp:3:5: note: ‘int a’ previously declared here
3 | int a,b,c;
| ^
ippt.cpp:4:9: error: expected initializer before ‘<’ token
4 | int a,b <25;
| ^
ippt.cpp:5:7: error: expected initializer before ‘<’ token
5 | int c <50;
| ^