Borderou de evaluare (job #768145)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Freelancing (clasa a 10-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 14 mar. 2024 14:02:44 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:22:19: error: 'll' was not declared in this scope; did you mean 'all'?
22 | using vl = vector<ll>;
| ^~
| all
main.cpp:22:21: error: template argument 1 is invalid
22 | using vl = vector<ll>;
| ^
main.cpp:22:21: error: template argument 2 is invalid
main.cpp:25:16: error: 'll' was not declared in this scope; did you mean 'all'?
25 | using ml = map<ll, ll>;
| ^~
| all
main.cpp:25:20: error: 'll' was not declared in this scope; did you mean 'all'?
25 | using ml = map<ll, ll>;
| ^~
| all
main.cpp:25:22: error: template argument 1 is invalid
25 | using ml = map<ll, ll>;
| ^
main.cpp:25:22: error: template argument 2 is invalid
main.cpp:25:22: error: template argument 3 is invalid
main.cpp:25:22: error: template argument 4 is invalid
main.cpp:27:27: error: 'll' was not declared in this scope; did you mean 'all'?
27 | using vll = vector<vector<ll>>;
| ^~
| all
main.cpp:27:27: error: template argument 1 is invalid
main.cpp:27:27: error: template argument 2 is invalid
main.cpp:27:29: error: template argument 1 is invalid
27 | using vll = vector<vector<ll>>;
| ^~
main.cpp:27:29: error: template argument 2 is invalid
main.cpp:29:18: error: 'll' was not declared in this scope; did you mean 'all'?
29 | using pll = pair<ll, ll>;
| ^~
| all
main.cpp:29:22: error: 'll' was not declared in this scope; did you mean 'all'?
29 | using pll = pair<ll, ll>;
| ^~
| all
main.cpp:29:24: error: template argument 1 is invalid
29 | using pll = pair<ll, ll>;
| ^
main.cpp:29:24: error: template argument 2 is invalid
main.cpp: In function 'int main()':
main.cpp:130:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
130 | freopen("freelancing.in", "r", stdin);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:132:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
132 | freopen("freelancing.out", "w", stdout);