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

Compile Error

add1.cpp: In function ‘int main()’:
add1.cpp:7:10: error: ‘math’ was not declared in this scope
7 | cout << math.factorial(((((x+1)-0)*1)/1)!);
| ^~~~
add1.cpp:7:42: error: expected ‘)’ before ‘!’ token
7 | cout << math.factorial(((((x+1)-0)*1)/1)!);
| ~ ^
| )