Borderou de evaluare (job #1389396)
Utilizator | Data | 16 martie 2015 11:15:15 | |
---|---|---|---|
Problema | Momente | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘int cond_1(int)’:
user.cpp:11:6: error: ‘aux’ was not declared in this scope
aux = ((val / 10) % 10) * 10 + (val % 10);
^
user.cpp: In function ‘int cond_2(int)’:
user.cpp:17:6: error: ‘aux’ was not declared in this scope
aux = ((val / 1000) % 10) * 10 + ((val / 100) % 10);
^
user.cpp: In function ‘int cond_3(int)’:
user.cpp:23:6: error: ‘aux’ was not declared in this scope
aux = ((val / 100000) % 10) * 10 + ((val / 10000) % 10);
^
user.cpp: In function ‘void SeteazaLuni()’:
user.cpp:29:6: error: ‘w’ was not declared in this scope
w[1] = 31;
^
user.cpp: In function ‘void NumaraMomente()’:
user.cpp:46:11: error: ‘val2’ was not declared in this scope
val2 = pali(val);
^
user.cpp:46:26: error: ‘pali’ was not declared in this scope
val2 = pali(val);
^
user.cpp:48:16: error: ‘nr’ was not declared in this scope
nr ++;
^
user.cpp: In function ‘void CazParticular()’:
user.cpp:67:6: error: ‘val1’ was not declared in this scope
val1 = o1 * 10000 + m1 * 100 + s1;
^
user.cpp:67:13: error: ‘o1’ was not declared in this scope
val1 = o1 * 10000 + m1 * 100 + s1;
^
user.cpp:67:26: error: ‘m1’ was not declared in this scope
val1 = o1 * 10000 + m1 * 100 + s1;
^
user.cpp:67:37: error: ‘s1’ was not declared in this scope
val1 = o1 * 10000 + m1 * 100 + s1;
^
user.cpp:68:6: error: ‘val2’ was not declared in this scope
val2 = o2 * 10000 + m2 * 100 + s2;
^
user.cpp:68:13: error: ‘o2’ was not declared in this scope
val2 = o2 * 10000 + m2 * 100 + s2;
^
user.cpp:68:26: error: ‘m2’ was not declared in this scope
val2 = o2 * 10000 + m2 * 100 + s2;
^
user.cpp:68:37: error: ‘s2’ was not declared in this scope
val2 = o2 * 10000 + m2 * 100 + s2;
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !