Problem add1
User Soysauce
Submission Time 2024-04-03 10:21:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1.cpp: In function ‘int main()’:
add1.cpp:6:13: error: expected ‘}’ at end of input
6 | cout<<a/1+1;
| ^
add1.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^