Problem gcd
User pointlessapeirogon
Submission Time 2024-02-14 11:08:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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