Borderou de evaluare (job #2191669)

Utilizator MihaiAntonMihai Anton MihaiAnton Data 3 aprilie 2018 13:10:05
Problema Algoritmul Bellman-Ford Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp: In function ‘void input()’: user.cpp:25:38: error: ‘fopen_s’ was not declared in this scope fopen_s(&file, "bellmanford.in", "r"); ^ user.cpp:27:43: error: ‘fscanf_s’ was not declared in this scope fscanf_s(file, "%d %d", &vertices, &edges); ^ user.cpp: In function ‘int bellmanFord()’: user.cpp:67:7: warning: unused variable ‘nodeDist’ [-Wunused-variable] int nodeDist = -heap.front().first; ^~~~~~~~

Ceva nu functioneaza?