Problem gcd
User Cat
Submission Time 2025-02-17 16:25:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:6:19: error: ‘gcd’ was not declared in this scope
6 | cin >> a >> b >> gcd;
| ^~~