Problem add1
User ZacharyTan2010
Submission Time 2024-04-01 15:36:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1.cpp: In function ‘int main()’:
add1.cpp:6:12: error: expected ‘)’ before ‘!’ token
6 | cout<<(x+1!-3+2);
| ~ ^
| )