Borderou de evaluare (job #2578736)
Utilizator | Data | 11 martie 2020 15:19:16 | |
---|---|---|---|
Problema | Nmult | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:12: error: variable 'std::ifstream in' has initializer but incomplete type
ifstream in("nmult.in");
^
main.cpp:6:13: error: variable 'std::ofstream out' has initializer but incomplete type
ofstream out("nmult.out");
^
main.cpp:9:1: error: 'vector' does not name a type
vector<int>Fact;
^~~~~~
main.cpp: In function 'int c(int, int)':
main.cpp:29:13: error: 'Fact' was not declared in this scope
int ans = Fact[n];
^~~~
main.cpp: In function 'int main()':
main.cpp:38:3: error: 'Fact' was not declared in this scope
Fact.resize(n + 1);
^~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !