Problem gcd
User afzal
Submission Time 2025-02-19 16:28:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:17:18: error: expected ‘}’ at end of input
17 | cout << gcd(x,y);
| ^
gcd.cpp:15:14: note: to match this ‘{’
15 | signed main(){
| ^