Problem add1
User Soysauce
Submission Time 2024-04-07 09:15:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1.cpp: In function ‘int main()’:
add1.cpp:6:11: error: expected ‘;’ before ‘cout’
6 | x=sqrt(a)
| ^
| ;
7 | cout<<x
| ~~~~