Problem contestcalc
User yongteckrice
Submission Time 2024-02-24 10:47:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

contestcalc.cpp:30:2: error: ‘include’ does not name a type
30 | }include <bits/stdc++.h>
| ^~~~~~~
contestcalc.cpp:34:5: error: redefinition of ‘int main()’
34 | int main()
| ^~~~
contestcalc.cpp:4:5: note: ‘int main()’ previously defined here
4 | int main()
| ^~~~