Borderou de evaluare (job #606667)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Fotbal3 (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 19 sept. 2021 14:10:14 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:17:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
17 | if(tarf=106)
| ~~~~^~~~
main.cpp:23:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
23 | if(tarf=115)
| ~~~~^~~~
main.cpp:27:18: error: 'num' was not declared in this scope; did you mean 'num4'?
27 | num2=num+1;
| ^~~
| num4
main.cpp:29:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
29 | if(tarf=101)
| ~~~~^~~~
main.cpp:35:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
35 | if(tarf=120)
| ~~~~^~~~
main.cpp:43:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
43 | if(c=1)
| ~^~
main.cpp:8:24: warning: unused variable 'y' [-Wunused-variable]
8 | int as,c,v,n,f,m,a,y,tarf,vf[10000],vm[10000],va[10000],vp[10000],v1=0,v2=0,v3=0,v4,num1=0,num2=0,num3=0,num4=0;
| ^