Problem | gcd |
---|---|
User | JJYZZ |
Submission Time | 2024-06-19 14:43:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp:3:20: error: expected ‘;’ before ‘int’
3 | using namespace std
| ^
| ;
4 |
5 | int main(){
| ~~~
gcd.cpp: In function ‘int main()’:
gcd.cpp:13:11: error: expected ‘;’ before ‘}’ token
13 | cout << x
| ^
| ;
......
17 | }
| ~