Problem gcd
User Ethan1L1K1X1
Submission Time 2024-04-09 11:11:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int32_t main()’:
gcd.cpp:19:44: error: expected ‘)’ before ‘;’ token
19 | cout << buss(max(a,b),(max(a,b)%min(a,b));
| ~ ^
| )