Borderou de evaluare (job #2421448)
Utilizator | Data | 15 mai 2019 09:46:20 | |
---|---|---|---|
Problema | Cifra4 | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void Solve1()':
main.cpp:35:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0;i < w.size();i++){
~~^~~~~~~~~~
main.cpp:39:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int j = i - 1;j >= 0;j--)
^~~
main.cpp:42:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
if(w[0] > 9){
^~
main.cpp:51:12: error: 'i' was not declared in this scope
g << w[i] - 1;
^
main.cpp:52:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 1;i < w.size();i++)
~~^~~~~~~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !