#78
FCitireMatrice
C++
Scrieți definiția completă subprogramului C++ citmat
care citește de la tastatură dimensiunile și elementele unui tablou bidimensional.
Problema | FCitireMatrice | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #43310940 | Utilizator | |
Fișier | fcitirematrice.cpp | Dimensiune | 605 B |
Data încărcării | 19 Aprilie 2023, 09:12 | Scor / rezultat | Eroare de compilare |
fcitirematrice.cpp: In function 'int main()': fcitirematrice.cpp:15:30: warning: comparison with string literal results in unspecified behaviour [-Waddress] if((p[strlen(p)]-1)=="." && p(0)=="F") ^ fcitirematrice.cpp:15:30: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] fcitirematrice.cpp:15:40: error: 'p' cannot be used as a function if((p[strlen(p)]-1)=="." && p(0)=="F") ^ fcitirematrice.cpp:17:38: warning: comparison with string literal results in unspecified behaviour [-Waddress] else if((p[strlen(p)])-1=="." && p(0)=="G") ^ fcitirematrice.cpp:17:38: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] fcitirematrice.cpp:17:48: error: 'p' cannot be used as a function else if((p[strlen(p)])-1=="." && p(0)=="G") ^ fcitirematrice.cpp:19:46: warning: comparison with string literal results in unspecified behaviour [-Waddress] else if((p[strlen(p)])-1=="." && p(0)=="S") ^ fcitirematrice.cpp:19:46: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] fcitirematrice.cpp:19:56: error: 'p' cannot be used as a function else if((p[strlen(p)])-1=="." && p(0)=="S") ^ fcitirematrice.cpp: In function 'int main()': fcitirematrice.cpp:33:5: error: redefinition of 'int main()' int main(){ ^ fcitirematrice.cpp:8:5: error: 'int main()' previously defined here int main() ^ fcitirematrice.cpp:35:14: error: 'citmat' was not declared in this scope citmat(a,n,m); ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema FCitireMatrice face parte din a doua categorie. Pentru aceste probleme se folosește un program suport, furnizat de propunătorul problemei. 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ă.