Problem gcd
User spidermancoolboy
Submission Time 2024-01-28 21:24:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:11:7: error: ‘i’ was not declared in this scope
11 | for (i=0;i<=higher;i++){
| ^
gcd.cpp:11:14: error: ‘higher’ was not declared in this scope
11 | for (i=0;i<=higher;i++){
| ^~~~~~
gcd.cpp:13:4: error: ‘gcd’ was not declared in this scope
13 | gcd=i;
| ^~~
gcd.cpp:19:8: error: ‘gcd’ was not declared in this scope
19 | cout<<gcd;
| ^~~