#3003
Intersectie
Pe un cerc sunt așezate echidistant N
puncte, etichetate în sensul acelor de ceas cu 1
, 2
, 3
, …, N
.
Se dau M
intervale de forma [a, b]
și T
interogări de forma P Q
.
Pentru fiecare interogare [P, Q]
să se verifice dacă este adevărat sau fals că intersecția tuturor intervalelor care au puncte comune cu [P, Q]
include intervalul [P, Q]
.
Info Oltenia 2019
Problema | Intersectie | Operații I/O |
intersectie.in /intersectie.out
|
---|---|---|---|
Limita timp | 0.11 secunde | Limita memorie |
Total: 64 MB
/
Stivă 64 MB
|
Id soluție | #46599014 | Utilizator | |
Fișier | intersectie.cpp | Dimensiune | 873 B |
Data încărcării | 18 Noiembrie 2023, 11:35 | Scor / rezultat | Eroare de compilare |
intersectie.cpp:5:15: error: redefinition of 'int t' int n,m,t,a,b,t,inter[100001]; ^ intersectie.cpp:5:9: error: 'int t' previously declared here int n,m,t,a,b,t,inter[100001]; ^ intersectie.cpp: In function 'int main()': intersectie.cpp:9:5: error: 'fin' was not declared in this scope fin>>n>>m>>t; ^ intersectie.cpp:11:16: error: 'x' was not declared in this scope while(fin>>x) ^ intersectie.cpp:15:16: error: 'first' was not declared in this scope if(first==0) ^ intersectie.cpp:18:13: error: expected '}' before 'else' else ^ intersectie.cpp:20:17: error: 'i' was not declared in this scope i=1;j=1; ^ intersectie.cpp:20:21: error: 'j' was not declared in this scope i=1;j=1; ^ intersectie.cpp:25:13: error: 'c' was not declared in this scope c[++t]=a[i]; ^ intersectie.cpp:31:16: error: 'c' was not declared in this scope c[++t]=b[j]; ^ intersectie.cpp:36:21: error: 'c' was not declared in this scope c[++t]=b[j]; ^ intersectie.cpp:45:9: error: 'c' was not declared in this scope c[++t]=a[i]; ^ intersectie.cpp:51:9: error: 'c' was not declared in this scope c[++t]=b[j]; ^ intersectie.cpp: At global scope: intersectie.cpp:57:5: error: expected unqualified-id before 'return' return 0; ^ intersectie.cpp:58:1: error: expected declaration before '}' token } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Intersectie 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ă.