Problem add1
User PrunJuice
Submission Time 2024-09-25 09:37:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1.cpp: In function ‘int main()’:
add1.cpp:8:39: error: expected ‘;’ before ‘}’ token
8 | cout << sqrt(((n * (n + 1) - n))) / n
| ^
| ;
9 | }
| ~