Problem ippt
User Skyblur7
Submission Time 2024-02-21 22:56:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:6:2: error: expected initializer before ‘cin’
6 | cin>>a>>b>>c
| ^~~
ippt.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else if (a+b+c>=0 && a+b+c<=60){
| ^~~~
ippt.cpp:10:15: error: ‘c’ was not declared in this scope
10 | else if (a+b+c>=0 && a+b+c<=60){
| ^