Problem gcd
User Hengweezy
Submission Time 2024-01-31 14:54:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:17:19: error: ‘max’ cannot be used as a function
17 | int max = max(a,b);
| ^
gcd.cpp:18:19: error: ‘min’ cannot be used as a function
18 | int min = min(a,b);
| ^