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

Compile Error

gcd.cpp:4:15: error: expected ‘)’ before ‘;’ token
4 | void gcd(int a;,int b;){
| ~ ^
| )
gcd.cpp:4:16: error: expected unqualified-id before ‘,’ token
4 | void gcd(int a;,int b;){
| ^
gcd.cpp:4:17: error: expected unqualified-id before ‘int’
4 | void gcd(int a;,int b;){
| ^~~
gcd.cpp:4:23: error: expected unqualified-id before ‘)’ token
4 | void gcd(int a;,int b;){
| ^