#927
DistantaPuncte
Se dau coordonatele în plan a două puncte. Să se afișeze pătratul distanței dintre ele.
Problema | DistantaPuncte | Operații I/O |
distantapuncte.in /distantapuncte.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52870547 | Utilizator | |
Fișier | distantapuncte.cpp | Dimensiune | 391 B |
Data încărcării | 11 Octombrie 2024, 11:39 | Scor / rezultat | Eroare de compilare |
distantapuncte.cpp:7:1: error: stray '\342' in program char voc[]=“aeiou”; ^ distantapuncte.cpp:7:1: error: stray '\200' in program distantapuncte.cpp:7:1: error: stray '\234' in program distantapuncte.cpp:7:1: error: stray '\342' in program distantapuncte.cpp:7:1: error: stray '\200' in program distantapuncte.cpp:7:1: error: stray '\235' in program distantapuncte.cpp:8:1: error: stray '\342' in program char cons[]=“bcdfghjklmnpqrstvwxyz”; ^ distantapuncte.cpp:8:1: error: stray '\200' in program distantapuncte.cpp:8:1: error: stray '\234' in program distantapuncte.cpp:8:1: error: stray '\342' in program distantapuncte.cpp:8:1: error: stray '\200' in program distantapuncte.cpp:8:1: error: stray '\235' in program distantapuncte.cpp: In function 'int main()': distantapuncte.cpp:7:15: error: 'aeiou' was not declared in this scope char voc[]=“aeiou”; ^ distantapuncte.cpp:8:16: error: 'bcdfghjklmnpqrstvwxyz' was not declared in this scope char cons[]=“bcdfghjklmnpqrstvwxyz”; ^ distantapuncte.cpp:11:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 1 ; i < strlen(caract)-1 ; ++i) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema DistantaPuncte 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ă.