#2034
Archpsod
Arpsod vă roagă să faceți un program care, pentru un număr N
cunoscut de trageri și poziția fiecărei săgeți pe țintă, determină distanța maximă dintre două săgeți.
EMPOWERSOFT, 2017
Problema | Archpsod | Operații I/O |
archpsod.in /archpsod.out
|
---|---|---|---|
Limita timp | 0.2 secunde | Limita memorie |
Total: 4 MB
/
Stivă 2 MB
|
Id soluție | #53986422 | Utilizator | |
Fișier | archpsod.cpp | Dimensiune | 1.42 KB |
Data încărcării | 16 Noiembrie 2024, 20:33 | Scor / rezultat | Eroare de compilare |
archpsod.cpp: In function 'int main()': archpsod.cpp:30:14: error: 'v' was not declared in this scope f >> v[i].l >> v[i].c; ^ archpsod.cpp:34:13: error: 'v' was not declared in this scope if (v[i].l<lmin) ^ archpsod.cpp:47:11: error: 'v' was not declared in this scope swap (v[1], v[poz]); ^ archpsod.cpp:53:37: error: request for member 'l' in 'st[(i + -2)]', which is of non-class type 'int' while (determinant (st[i-2].l, st[i-2].c, st[i-1].l, st[i-1].c, v[i].l, v[i].c) < 0) cnt--; ^ archpsod.cpp:53:48: error: request for member 'c' in 'st[(i + -2)]', which is of non-class type 'int' while (determinant (st[i-2].l, st[i-2].c, st[i-1].l, st[i-1].c, v[i].l, v[i].c) < 0) cnt--; ^ archpsod.cpp:53:59: error: request for member 'l' in 'st[(i + -1)]', which is of non-class type 'int' while (determinant (st[i-2].l, st[i-2].c, st[i-1].l, st[i-1].c, v[i].l, v[i].c) < 0) cnt--; ^ archpsod.cpp:53:70: error: request for member 'c' in 'st[(i + -1)]', which is of non-class type 'int' while (determinant (st[i-2].l, st[i-2].c, st[i-1].l, st[i-1].c, v[i].l, v[i].c) < 0) cnt--; ^ archpsod.cpp:61:27: error: could not convert 'st[i]' from 'int' to 'elem' if (dist (st[i], st[j])>mmax) mmax=dist(st[i], st[j]); ^ archpsod.cpp:61:57: error: could not convert 'st[i]' from 'int' to 'elem' if (dist (st[i], st[j])>mmax) mmax=dist(st[i], st[j]); ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Archpsod 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ă.