kosnja.cpp: In function 'int main()':
kosnja.cpp:20:9: error: 'cevap' was not declared in this scope
20 | cevap=(min(a,b))*2-2;
| ^~~~~
kosnja.cpp:30:13: error: 'oyy' was not declared in this scope; did you mean 'oyyy'?
30 | xxd=oyy*2-389;
| ^~~
| oyyy
kosnja.cpp:32:19: error: 'cevap' was not declared in this scope
32 | printf("%d\n",cevap);
| ^~~~~
kosnja.cpp:15:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
15 | scanf("%d",&n);
| ~~~~~^~~~~~~~~
kosnja.cpp:19:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
19 | scanf("%d%d",&a,&b);
| ~~~~~^~~~~~~~~~~~~~