Problem gcd
User dbw0904
Submission Time 2026-08-14 01:29:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:19:2: error: ‘g’ was not declared in this scope
19 | g = gcd(a,b);
| ^