Problem add1
User thelusidian
Submission Time 2024-04-01 15:25:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1.cpp: In function ‘int main()’:
add1.cpp:7:28: error: expected ‘)’ before ‘!’ token
7 | cout << (((((x+1)-0)*1)/1)!);
| ~ ^
| )