Borderou de evaluare (job #2119659)

Utilizator dragos.galeteanu2001Dragos Iulian dragos.galeteanu2001 Data 1 februarie 2018 15:02:53
Problema Triunghi5 Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:11:18: error: expected initializer before ‘mn’ unsigned __int64 mn = LARGE, a[limit], fib[limit]; ^ user.cpp: In function ‘void makeFibonacciNumbers()’: user.cpp:15:2: error: ‘fib’ was not declared in this scope fib[1] = 1; fib[2] = 1; ^ user.cpp: In function ‘void solve1()’: user.cpp:22:19: error: expected initializer before ‘x’ unsigned __int64 x; ^ user.cpp:24:3: error: ‘x’ was not declared in this scope x = fib[i] * mn; ^ user.cpp:24:7: error: ‘fib’ was not declared in this scope x = fib[i] * mn; ^ user.cpp:24:16: error: ‘mn’ was not declared in this scope x = fib[i] * mn; ^ user.cpp: In function ‘int main()’: user.cpp:34:9: error: ‘a’ was not declared in this scope in >> a[i]; ^ user.cpp:35:14: error: ‘mn’ was not declared in this scope if (a[i] < mn) mn = a[i]; ^

Ceva nu functioneaza?