Problem gcd
User P0lterg3ist
Submission Time 2024-02-14 16:12:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:8:10: error: ‘checkgcd’ was not declared in this scope
8 | cout << checkgcd(a, b, b/2);
| ^~~~~~~~