Problem | gcd |
---|---|
User | Wheezycantcode |
Submission Time | 2024-02-14 16:37:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp:4:9: error: ‘b’ was not declared in this scope
4 | int nig(b!=0){
| ^
gcd.cpp: In function ‘int main()’:
gcd.cpp:15:17: error: ‘nig’ cannot be used as a function
15 | cout << nig(a,b);
| ^