Problem gcd
User LOL7651
Submission Time 2024-04-09 22:43:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int32_t main()’:
gcd.cpp:13:2: error: ‘d’ was not declared in this scope
13 | d = a%b;
| ^