Problem | ippt |
---|---|
User | themanisvan |
Submission Time | 2024-11-11 14:06:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:10:23: error: expected primary-expression before ‘;’ token
10 | cin >> a >> b >> c >>;
| ^
ippt.cpp:25:4: error: expected ‘;’ before ‘}’ token
25 | )
| ^
| ;
26 | }
| ~