#3346
pestelee
În arhipelagul X
, ajunge un peşte de aur. După drumul obositor parcurs de peşte, el vrea să se relaxeze într-o anumită zonă din acest arhipelag (cu coordonatele x2
, y2
). Totodată, acest peşte este curios să afle câte modalităţi sunt ca să ajungă în acea zonă.
Problema | pestelee | Operații I/O |
pestelee.in /pestelee.out
|
---|---|---|---|
Limita timp | 0.2 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53672261 | Utilizator | |
Fișier | pestelee.cpp | Dimensiune | 1.99 KB |
Data încărcării | 07 Noiembrie 2024, 21:22 | Scor / rezultat | Eroare de compilare |
pestelee.cpp:6:13: warning: missing terminating " character [enabled by default] ifstream in("pestelee.in); ^ pestelee.cpp:6:1: error: missing terminating " character ifstream in("pestelee.in); ^ pestelee.cpp:7:13: error: expected ',' or '...' before '(' token ofstream out("pestelee.out"); ^ pestelee.cpp:7:29: error: expected ')' before ';' token ofstream out("pestelee.out"); ^ pestelee.cpp: In function 'int main()': pestelee.cpp:19:10: error: invalid operands of types 'std::ifstream(std::ofstream) {aka std::basic_ifstream<char>(std::basic_ofstream<char>)}' and 'int' to binary 'operator>>' cin>>n>>m; ^ pestelee.cpp:21:46: error: invalid operands of types 'std::ifstream(std::ofstream) {aka std::basic_ifstream<char>(std::basic_ofstream<char>)}' and 'int' to binary 'operator>>' for(int j=1 ; j<=n ; j++) cin>>a[i][j]; ^ pestelee.cpp:22:10: error: invalid operands of types 'std::ifstream(std::ofstream) {aka std::basic_ifstream<char>(std::basic_ofstream<char>)}' and 'int' to binary 'operator>>' cin>>xp>>yp>>x2>>y2; ^ pestelee.cpp:23:10: error: invalid operands of types 'std::ifstream(std::ofstream) {aka std::basic_ifstream<char>(std::basic_ofstream<char>)}' and 'int' to binary 'operator>>' cin>>c; ^ pestelee.cpp:5:14: error: 'out' was not declared in this scope #define cout out ^ pestelee.cpp:45:9: note: in expansion of macro 'cout' cout<<fost[x2][y2]; ^ pestelee.cpp:5:14: error: 'out' was not declared in this scope #define cout out ^ pestelee.cpp:70:9: note: in expansion of macro 'cout' cout<<dp[x2][y2]%mod; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema pestelee 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ă.