Problem gcd
User DuckyKayden
Submission Time 2025-08-05 06:52:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int32_t main()’:
gcd.cpp:11:18: error: ‘a’ was not declared in this scope
11 | vector<int> gcb(a, b);
| ^
gcd.cpp:11:21: error: ‘b’ was not declared in this scope
11 | vector<int> gcb(a, b);
| ^