Problem gcd
User Ignatius
Submission Time 2025-02-19 16:26:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp:5:7: error: expected ‘)’ before ‘,’ token
5 | int (a,b);
| ~ ^
| )
gcd.cpp:5:9: error: expected initializer before ‘)’ token
5 | int (a,b);
| ^
gcd.cpp: In function ‘int main()’:
gcd.cpp:8:7: error: ‘a’ was not declared in this scope
8 | cin>>a>>b;
| ^
gcd.cpp:8:10: error: ‘b’ was not declared in this scope
8 | cin>>a>>b;
| ^