Borderou de evaluare (job #1802494)
Utilizator | Data | 10 noiembrie 2016 14:20:44 | |
---|---|---|---|
Problema | Text | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:12:13: warning: missing terminating " character [enabled by default]
" fin.get();
^
user.cpp:12:13: error: missing terminating " character
user.cpp: In function ‘int main()’:
user.cpp:8:14: error: ‘fin’ was not declared in this scope
while ( !fin.eof() )
^
user.cpp:17:20: error: ‘ch’ was not declared in this scope
fin >> ch;
^
user.cpp:21:19: error: ‘i’ was not declared in this scope
for ( i = 0; i < s.size(); ++i )
^
user.cpp:23:66: error: ‘rez’ was not declared in this scope
if ( isalpha( s[i] ) || s[i] == ' ' || s[i] == '-' ) rez += s[i];
^
user.cpp:25:27: error: aggregate ‘std::istringstream st’ has incomplete type and cannot be defined
istringstream st;
^
user.cpp:26:21: error: ‘prov’ was not declared in this scope
st.str( prov );
^
user.cpp:30:13: error: ‘sol’ was not declared in this scope
sol.push_back( ss );
^
user.cpp:32:19: error: ‘j’ was not declared in this scope
for ( j = 0 ;j < sol.size(); ++j )
^
user.cpp:32:30: error: ‘sol’ was not declared in this scope
for ( j = 0 ;j < sol.size(); ++j )
^
user.cpp:34:13: error: ‘lungime’ was not declared in this scope
lungime += sol[j].size();//fout << sol[j] << " ";
^
user.cpp:35:13: error: ‘nrc’ was not declared in this scope
nrc++;
^
user.cpp:37:13: error: ‘ok’ was not declared in this scope
ok = (int)(lungime/nrc);
^
user.cpp:37:24: error: ‘lungime’ was not declared in this scope
ok = (int)(lungime/nrc);
^
user.cpp:37:32: error: ‘nrc’ was not declared in this scope
ok = (int)(lungime/nrc);
^
user.cpp:38:13: error: ‘fout’ was not declared in this scope
fout << ok << "\n";
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !