Borderou de evaluare (job #2516798)

Utilizator AlexPop28Pop Alex-Nicolae AlexPop28 Data 2 ianuarie 2020 13:53:43
Problema A+B Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:129:1: error: unterminated comment /* ^ main.cpp:4:32: error: overflow in constant expression [-fpermissive] static const int BASE = (int)1e14; ^~~~ main.cpp:4:32: error: overflow in constant expression [-fpermissive] main.cpp: In constructor 'BigInteger::BigInteger()': main.cpp:8:29: error: 'memset' was not declared in this scope memset (v, 0, sizeof (v)); ^ main.cpp: In constructor 'BigInteger::BigInteger(int)': main.cpp:31:27: error: 'memset' was not declared in this scope memset(v, 0, sizeof(v)); ^ main.cpp: In member function 'void BigInteger::Read()': main.cpp:37:3: error: 'string' was not declared in this scope string s; getline(cin, s); ^~~~~~ main.cpp:37:21: error: 'cin' was not declared in this scope string s; getline(cin, s); ^~~ main.cpp:37:26: error: 's' was not declared in this scope string s; getline(cin, s); ^ main.cpp:37:27: error: 'getline' was not declared in this scope string s; getline(cin, s); ^ main.cpp: In member function 'void BigInteger::Print()': main.cpp:52:3: error: 'cout' was not declared in this scope cout << v[v[0]]; ^~~~ main.cpp:54:25: error: 'setw' was not declared in this scope cout << setw(LOGBASE) << setfill('0') << v[i]; ^ main.cpp:54:41: error: 'setfill' was not declared in this scope cout << setw(LOGBASE) << setfill('0') << v[i]; ^ Non zero exit status: 1

Ceva nu functioneaza?