Borderou de evaluare (job #1038744)
Utilizator | Data | 21 noiembrie 2013 22:14:27 | |
---|---|---|---|
Problema | Ubuntzei | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:53:14: warning: missing terminating " character [enabled by default]
ifstream cin("ubuntzei.in);
^
user.cpp:53:1: error: missing terminating " character
ifstream cin("ubuntzei.in);
^
user.cpp: In function ‘int main()’:
user.cpp:54:14: error: expected ‘,’ or ‘...’ before ‘(’ token
ofstream cout("ubuntzei.out");
^
user.cpp:54:30: error: expected ‘)’ before ‘;’ token
ofstream cout("ubuntzei.out");
^
user.cpp:55:6: error: invalid operands of types ‘std::ifstream(std::ofstream) {aka std::basic_ifstream<char>(std::basic_ofstream<char>)}’ and ‘int’ to binary ‘operator>>’
cin>>N>>M>>K;
^
user.cpp:59:11: error: invalid operands of types ‘std::ifstream(std::ofstream) {aka std::basic_ifstream<char>(std::basic_ofstream<char>)}’ and ‘int’ to binary ‘operator>>’
cin>>C[i];
^
user.cpp:63:8: error: invalid operands of types ‘std::ifstream(std::ofstream) {aka std::basic_ifstream<char>(std::basic_ofstream<char>)}’ and ‘int’ to binary ‘operator>>’
cin>>i>>j>>k;
^
user.cpp:71:3: error: ‘cout’ was not declared in this scope
cout<<source[N];
^
user.cpp:106:2: error: ‘cout’ was not declared in this scope
cout<<bst<<"\n";
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !