Problem gcd
User Rndm123
Submission Time 2023-04-05 16:16:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp:4:20: error: expected ‘)’ before ‘;’ token
4 | int gcd(int a,int b;){
| ~ ^
| )
gcd.cpp:4:21: error: expected unqualified-id before ‘)’ token
4 | int gcd(int a,int b;){
| ^