Borderou de evaluare (job #1037858)

Utilizator DaNutZ2UuUUBB Bora Dan DaNutZ2UuU Data 20 noiembrie 2013 20:12:22
Problema Algola Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:61:31: error: stray ‘#’ in program for (int X = 1; X <= N; ++X) {#include <cstdio> ^ user.cpp: In function ‘void Read()’: user.cpp:61:32: error: ‘include’ was not declared in this scope for (int X = 1; X <= N; ++X) {#include <cstdio> ^ user.cpp:61:41: error: ‘cstdio’ was not declared in this scope for (int X = 1; X <= N; ++X) {#include <cstdio> ^ user.cpp:66:1: error: expected primary-expression before ‘using’ using namespace std; ^ user.cpp:66:1: error: expected ‘;’ before ‘using’ user.cpp:74:25: error: a function-definition is not allowed here before ‘{’ token void InitBFS(int Start) { ^ user.cpp:79:30: error: a function-definition is not allowed here before ‘{’ token bool BFS(int Start, int End) { ^ user.cpp:166:1: error: expected ‘}’ at end of input } ^ user.cpp:68:11: warning: unused variable ‘oo’ [-Wunused-variable] const int oo = 110; ^ user.cpp:69:13: warning: unused variable ‘Network’ [-Wunused-variable] vector<int> Network[MaxN], G[MaxN]; ^ user.cpp:69:28: warning: unused variable ‘G’ [-Wunused-variable] vector<int> Network[MaxN], G[MaxN]; ^ user.cpp:70:5: warning: unused variable ‘N’ [-Wunused-variable] int N, S, D, Father[MaxN], MaxFlow; ^ user.cpp:70:8: warning: unused variable ‘S’ [-Wunused-variable] int N, S, D, Father[MaxN], MaxFlow; ^ user.cpp:70:11: warning: unused variable ‘D’ [-Wunused-variable] int N, S, D, Father[MaxN], MaxFlow; ^ user.cpp:70:14: warning: unused variable ‘Father’ [-Wunused-variable] int N, S, D, Father[MaxN], MaxFlow; ^ user.cpp:70:28: warning: unused variable ‘MaxFlow’ [-Wunused-variable] int N, S, D, Father[MaxN], MaxFlow; ^ user.cpp:71:6: warning: unused variable ‘Cap’ [-Wunused-variable] char Cap[MaxN][MaxN], Flow[MaxN][MaxN]; ^

Ceva nu functioneaza?