Problem gcd
User Kavinkv
Submission Time 2025-02-20 21:30:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:9:16: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
9 | ans = gcd(b, mod(a,b));
| ^~~
| modf
gcd.cpp:12:16: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
12 | ans = gcd(a, mod(b,a));
| ^~~
| modf