Borderou de evaluare (job #1805821)
Utilizator | Data | 14 noiembrie 2016 14:42:11 | |
---|---|---|---|
Problema | Bilete | Status | done |
Runda | Arhiva de probleme | Compilator | c | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.c:11:1: error: unknown type name ‘Tick’
Tick C[KMax];
^
user.c: In function ‘Print’:
user.c:24:53: error: request for member ‘X’ in something not a structure or union
for (int i = 0; i < K; i++) fprintf(f, "%d%d", C[i].X, C[i].Y);
^
user.c:24:61: error: request for member ‘Y’ in something not a structure or union
for (int i = 0; i < K; i++) fprintf(f, "%d%d", C[i].X, C[i].Y);
^
user.c: In function ‘Put3’:
user.c:30:10: error: request for member ‘X’ in something not a structure or union
if (C[0].X == C[1].X)
^
user.c:30:20: error: request for member ‘X’ in something not a structure or union
if (C[0].X == C[1].X)
^
user.c:32:12: error: request for member ‘X’ in something not a structure or union
for (C[2].X = C[1].X, C[2].Y = C[1].Y+1; N-C[2].Y+1 > C[0].Y; C[2].Y++)
^
user.c:32:21: error: request for member ‘X’ in something not a structure or union
for (C[2].X = C[1].X, C[2].Y = C[1].Y+1; N-C[2].Y+1 > C[0].Y; C[2].Y++)
^
user.c:32:29: error: request for member ‘Y’ in something not a structure or union
for (C[2].X = C[1].X, C[2].Y = C[1].Y+1; N-C[2].Y+1 > C[0].Y; C[2].Y++)
^
user.c:32:38: error: request for member ‘Y’ in something not a structure or union
for (C[2].X = C[1].X, C[2].Y = C[1].Y+1; N-C[2].Y+1 > C[0].Y; C[2].Y++)
^
user.c:32:23: warning: left-hand operand of comma expression has no effect [-Wunused-value]
for (C[2].X = C[1].X, C[2].Y = C[1].Y+1; N-C[2].Y+1 > C[0].Y; C[2].Y++)
^
user.c:32:50: error: request for member ‘Y’ in something not a structure or union
for (C[2].X = C[1].X, C[2].Y = C[1].Y+1; N-C[2].Y+1 > C[0].Y; C[2].Y++)
^
user.c:32:61: error: request for member ‘Y’ in something not a structure or union
for (C[2].X = C[1].X, C[2].Y = C[1].Y+1; N-C[2].Y+1 > C[0].Y; C[2].Y++)
^
user.c:32:69: error: request for member ‘Y’ in something not a structure or union
for (C[2].X = C[1].X, C[2].Y = C[1].Y+1; N-C[2].Y+1 > C[0].Y; C[2].Y++)
^
user.c:34:11: error: request for member ‘Y’ in something not a structure or union
if (C[1].Y <= N2)
^
user.c:37:11: error: request for member ‘Y’ in something not a structure or union
if (C[0].Y == N-C[1].Y+1)
^
user.c:37:23: error: request for member ‘Y’ in something not a structure or union
if (C[0].Y == N-C[1].Y+1)
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !