#1461
Meteoriti
Ajutați-l pe vrăjitorul Arpsod să găsească aria maximă unei suprafețe de înălțime maximă, după căderea ploilor de meteoriți.
Problema | Meteoriti | Operații I/O |
meteoriti.in /meteoriti.out
|
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 64 MB
/
Stivă 32 MB
|
Id soluție | #53429681 | Utilizator | |
Fișier | meteoriti.cpp | Dimensiune | 1.29 KB |
Data încărcării | 30 Octombrie 2024, 09:40 | Scor / rezultat | Eroare de compilare |
meteoriti.cpp:8:25: error: size of array 'a' is too large long long a[20005][20005], vizitat[20005][20005]; ^ meteoriti.cpp:8:48: error: size of array 'vizitat' is too large long long a[20005][20005], vizitat[20005][20005]; ^ meteoriti.cpp: In function 'void filll(int, int, int)': meteoriti.cpp:12:5: error: 'vizitat' was not declared in this scope vizitat[x][y] = 1; ^ meteoriti.cpp:14:8: error: 'a' was not declared in this scope if(a[x][y + 1] == mx && vizitat[x][y + 1] == 0) filll(x, y + 1, mx); ^ meteoriti.cpp:15:8: error: 'a' was not declared in this scope if(a[x][y - 1] == mx && vizitat[x][y + 1] == 0) filll(x, y - 1, mx); ^ meteoriti.cpp:16:8: error: 'a' was not declared in this scope if(a[x + 1][y] == mx && vizitat[x][y + 1] == 0) filll(x + 1, y, mx); ^ meteoriti.cpp:17:8: error: 'a' was not declared in this scope if(a[x - 1][y] == mx && vizitat[x][y + 1] == 0) filll(x - 1, y, mx); ^ meteoriti.cpp: In function 'int main()': meteoriti.cpp:30:21: error: 'a' was not declared in this scope a[i][j] += c; ^ meteoriti.cpp:38:16: error: 'a' was not declared in this scope if(a[i][j] == 0) cnt++; ^ meteoriti.cpp:39:16: error: 'a' was not declared in this scope if(a[i][j] == mx && vizitat[i][j] == 0) { ^ meteoriti.cpp:39:33: error: 'vizitat' was not declared in this scope if(a[i][j] == mx && vizitat[i][j] == 0) { ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Meteoriti 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ă.