#1660
Fotbal
Dându-se un scor de fotbal, să se determine în câte moduri poți ajunge de la 0-0
la acel scor.
Problema | Fotbal | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.25 secunde | Limita memorie |
Total: 32 MB
/
Stivă 32 MB
|
Id soluție | #30003661 | Utilizator | |
Fișier | fotbal.cpp | Dimensiune | 331 B |
Data încărcării | 06 Iunie 2021, 14:31 | Scor / rezultat | Eroare de compilare |
fotbal.cpp: In function 'int main()': fotbal.cpp:7:10: error: 'n' was not declared in this scope cin>>n>m; ^ fotbal.cpp:7:12: error: 'm' was not declared in this scope cin>>n>m; ^ fotbal.cpp:8:9: error: 'i' was not declared in this scope for(i=0; i<=n; i++) ^ fotbal.cpp:10:9: error: 'a' was not declared in this scope a[i][o]=1; ^ fotbal.cpp:10:14: error: 'o' was not declared in this scope a[i][o]=1; ^ fotbal.cpp:13:9: error: 'i' was not declared in this scope for(i=2; i<=n; i++) ^ fotbal.cpp:15:13: error: 'j' was not declared in this scope for(j=2; j<=m; j++) ^ fotbal.cpp:17:13: error: 'a' was not declared in this scope a[i][j]=a[i-j][j]+a[i][j-1]; ^ fotbal.cpp:20:12: error: 'a' was not declared in this scope cout <<a[g][o] ^ fotbal.cpp:20:14: error: 'g' was not declared in this scope cout <<a[g][o] ^ fotbal.cpp:20:17: error: 'o' was not declared in this scope cout <<a[g][o] ^ fotbal.cpp:21:10: error: expected ';' before 'return' return 0; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Fotbal face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.