Problem | contestcalc |
---|---|
User | noel |
Submission Time | 2024-06-19 15:02:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:6:8: error: expected initializer before ‘-’ token
6 | first-int = N
| ^
contestcalc.cpp:7:16: error: expected ‘}’ at end of input
7 | second-int = C
| ^
contestcalc.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^