Borderou de evaluare (job #3260565)
Utilizator | Data | 2 decembrie 2024 19:34:36 | |
---|---|---|---|
Problema | Sireturi | Status | done |
Runda | Arhiva ICPC | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:1:1: error: 'vector' does not name a type
1 | vector<int> z_function(string const& s) {
| ^~~~~~
main.cpp:17:11: error: 'vector' was not declared in this scope
17 | int get_z(vector<int> const& z, int i) {
| ^~~~~~
main.cpp:17:18: error: expected primary-expression before 'int'
17 | int get_z(vector<int> const& z, int i) {
| ^~~
main.cpp:17:33: error: expected primary-expression before 'int'
17 | int get_z(vector<int> const& z, int i) {
| ^~~
main.cpp:17:38: error: expression list treated as compound expression in initializer [-fpermissive]
17 | int get_z(vector<int> const& z, int i) {
| ^
main.cpp:24:8: error: 'pair' was not declared in this scope
24 | vector<pair<int, int>> repetitions;
| ^~~~
main.cpp:24:8: error: 'pair' was not declared in this scope
main.cpp:24:8: error: 'pair' was not declared in this scope
main.cpp:24:8: error: 'pair' was not declared in this scope
main.cpp:24:8: error: 'pair' was not declared in this scope
main.cpp:24:8: error: 'pair' was not declared in this scope
main.cpp:24:8: error: 'pair' was not declared in this scope
main.cpp:24:8: error: 'pair' was not declared in this scope
main.cpp:24:8: error: 'pair' was not declared in this scope
main.cpp:24:1: error: 'vector' does not name a type
24 | vector<pair<int, int>> repetitions;
| ^~~~~~
main.cpp: In function 'void convert_to_repetitions(int, bool, int, int, int, int)':
main.cpp:27:19: error: 'max' was not declared in this scope
27 | for (int l1 = max(1, l - k2); l1 <= min(l, k1); l1++) {
| ^~~
main.cpp:27:41: error: 'min' was not declared in this scope
27 | for (int l1 = max(1, l - k2); l1 <= min(l, k1); l1++) {
| ^~~
main.cpp:31:9: error: 'repetitions' was not declared in this scope
31 | repetitions.emplace_back(pos, pos + 2*l - 1);
| ^~~~~~~~~~~
main.cpp:29:13: warning: unused variable 'l2' [-Wunused-variable]
29 | int l2 = l - l1;
| ^~
main.cpp: At global scope:
main.cpp:35:6: error: variable or field 'find_repetitions' declared void
35 | void find_repetitions(string s, int shift = 0) {
| ^~~~~~~~~~~~~~~~
main.cpp:35:23: error: 'string' was not declared in this scope
35 | void find_repetitions(string s, int shift = 0) {
| ^~~~~~
main.cpp:35:33: error: expected primary-expression before 'int'
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !