Problem gcd
User KYKY027
Submission Time 2026-03-02 20:21:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:17:2: error: ‘aModB’ was not declared in this scope
17 | aModB = a%b;
| ^~~~~