Borderou de evaluare (job #2005241)
Utilizator | Data | 26 iulie 2017 15:36:28 | |
---|---|---|---|
Problema | Smooth | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:1:1: error: ‘include’ does not name a type
include<cstdio>
^
user.cpp:5:7: error: ‘i64’ does not name a type
const i64 INF = 10000000000000001LL;
^
user.cpp:8:1: error: ‘i64’ does not name a type
i64 val[60][36][23][23];
^
user.cpp:16:1: error: ‘i64’ does not name a type
i64 min(i64 a, i64 b) {
^
user.cpp: In function ‘int main()’:
user.cpp:22:3: error: ‘i64’ was not declared in this scope
i64 a, b, rez = 0LL;
^
user.cpp:22:7: error: expected ‘;’ before ‘a’
i64 a, b, rez = 0LL;
^
user.cpp:23:29: error: ‘stdin’ was not declared in this scope
freopen("smooth.in", "r", stdin);
^
user.cpp:23:34: error: ‘freopen’ was not declared in this scope
freopen("smooth.in", "r", stdin);
^
user.cpp:24:30: error: ‘stdout’ was not declared in this scope
freopen("smooth.out", "w", stdout);
^
user.cpp:25:22: error: ‘a’ was not declared in this scope
scanf("%lld%lld", &a, &b);
^
user.cpp:25:26: error: ‘b’ was not declared in this scope
scanf("%lld%lld", &a, &b);
^
user.cpp:25:27: error: ‘scanf’ was not declared in this scope
scanf("%lld%lld", &a, &b);
^
user.cpp:26:3: error: ‘val’ was not declared in this scope
val[0][0][0][0] = 1;
^
user.cpp:36:119: error: ‘min’ was not declared in this scope
low[e2][e3][e5][e7] = min(1 + low[e2 - rec2[i]][e3 - rec3[i]][e5 - rec5[i]][e7 - rec7[i]], low[e2][e3][e5][e7]);
^
user.cpp:37:35: error: ‘INF’ was not declared in this scope
val[e2][e3][e5][e7] = min(INF, val[e2 - rec2[i]][e3 - rec3[i]][e5 - rec5[i]][e7 - rec7[i]] * cf[i]);
^
user.cpp:40:9: error: ‘rez’ was not declared in this scope
rez += e2 + e3 + e5 + e7 + 1 - low[e2][e3][e5][e7];
^
user.cpp:42:18: error: ‘rez’ was not declared in this scope
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !