Problem gcd
User huyleisme
Submission Time 2024-01-06 21:23:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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