Problem | gcd |
---|---|
User | Yizhou |
Submission Time | 2024-04-06 19:56:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:15:26: error: ‘x’ was not declared in this scope
15 | long long result=gcd(x,y,z);
| ^
gcd.cpp:15:28: error: ‘y’ was not declared in this scope
15 | long long result=gcd(x,y,z);
| ^
gcd.cpp:15:30: error: ‘z’ was not declared in this scope
15 | long long result=gcd(x,y,z);
| ^