Borderou de evaluare (job #2262355)

Utilizator andrei.arnautuAndi Arnautu andrei.arnautu Data 17 octombrie 2018 10:49:07
Problema Iepuri Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In constructor 'Matrix::Matrix::Matrix(int, int)': main.cpp:18:12: warning: 'Matrix::Matrix::m' will be initialized after [-Wreorder] int n, m; ^ main.cpp:15:37: warning: 'std::vector<std::vector<int> > Matrix::Matrix::a' [-Wreorder] std::vector<std::vector<int > > a; ^ main.cpp:22:5: warning: when initialized here [-Wreorder] Matrix(const int _n, const int _m) : n(_n), m(_m), a(std::vector<std::vector<int > >(_n + 1, std::vector<int >(_m + 1, 0))) {} ^~~~~~ main.cpp: In function 'int main()': main.cpp:66:43: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] int test_count; scanf("%d", &test_count); ^ main.cpp:69:81: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] int x, y, z, a, b, c, n; scanf("%d%d%d%d%d%d%d", &x, &y, &z, &a, &b, &c, &n); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
13ms131kbOk!10
22ms131kbOk!10
32ms131kbOk!10
42ms131kbOk!10
53ms131kbOk!10
63ms131kbOk!10
73ms131kbOk!10
85ms131kbOk!10
95ms131kbOk!10
108ms131kbOk!10
Punctaj total100

Ceva nu functioneaza?