#4142
meeting
Prietenii lui RAU-Gigel vor să-i facă o surpriză de ziua lui! Pentru aceasta, ei trebuie să se întâlnească într-un singur loc pentru a se putea organiza mai eficient. Poți să-i ajuți cu cunoștințele tale informatice să rezolve această problemă?
RAU-Coder 2023
Problema | meeting | Operații I/O |
meeting.in /meeting.out
|
---|---|---|---|
Limita timp | 2.5 secunde | Limita memorie |
Total: 256 MB
/
Stivă 32 MB
|
Id soluție | #44307069 | Utilizator | |
Fișier | meeting.cpp | Dimensiune | 4.14 KB |
Data încărcării | 30 Iulie 2023, 12:33 | Scor / rezultat | 0 puncte |
meeting.cpp: In function 'int main()': meeting.cpp:99:19: warning: unused variable 'x1' [-Wunused-variable] long long x1, x2, x3, y1, y2, y3; ^ meeting.cpp:99:23: warning: unused variable 'x2' [-Wunused-variable] long long x1, x2, x3, y1, y2, y3; ^ meeting.cpp:99:27: warning: unused variable 'x3' [-Wunused-variable] long long x1, x2, x3, y1, y2, y3; ^ meeting.cpp:99:31: warning: unused variable 'y1' [-Wunused-variable] long long x1, x2, x3, y1, y2, y3; ^ meeting.cpp:99:35: warning: unused variable 'y2' [-Wunused-variable] long long x1, x2, x3, y1, y2, y3; ^ meeting.cpp:99:39: warning: unused variable 'y3' [-Wunused-variable] long long x1, x2, x3, y1, y2, y3; ^ meeting.cpp:82:38: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("meeting.in", "r", stdin); ^ meeting.cpp:83:40: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("meeting.out", "w", stdout); ^ meeting.cpp:85:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d", &n); ^ meeting.cpp:88:36: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d", &x[i], &y[i]); ^ meeting.cpp:94:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d", &q); ^ meeting.cpp:98:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d", &a, &b); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0.008 secunde | Raspuns gresit. | 5 | 0 | ||
2 | 0.012 secunde | Raspuns gresit. | 5 | 0 | ||
3 | 0.012 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0.02 secunde | Raspuns gresit. | 5 | 0 | ||
5 | 0.02 secunde | Raspuns gresit. | 5 | 0 | ||
6 | 0.412 secunde | Raspuns gresit. | 5 | 0 | ||
7 | 0.396 secunde | Raspuns gresit. | 5 | 0 | ||
8 | 0.392 secunde | Raspuns gresit. | 5 | 0 | ||
9 | 0.56 secunde | Raspuns gresit. | 5 | 0 | ||
10 | 0.592 secunde | Raspuns gresit. | 5 | 0 | ||
11 | 0.588 secunde | Raspuns gresit. | 5 | 0 | ||
12 | 0.376 secunde | Raspuns gresit. | 5 | 0 | ||
13 | 0.364 secunde | Raspuns gresit. | 5 | 0 | ||
14 | 0.376 secunde | Raspuns gresit. | 5 | 0 | ||
15 | 0.844 secunde | Raspuns gresit. | 5 | 0 | ||
16 | 0.876 secunde | Raspuns gresit. | 5 | 0 | ||
17 | 0.84 secunde | Raspuns gresit. | 5 | 0 | ||
18 | 2.056 secunde | Raspuns gresit. | 5 | 0 | ||
19 | 1.972 secunde | Raspuns gresit. | 5 | 0 | ||
20 | 2.072 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema meeting 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ă.