Borderou de evaluare (job #1294233)

Utilizator rocandu16Badulescu Dan Andrei rocandu16 Data 17 decembrie 2014 09:51:55
Problema Deque Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:1:1: error: stray ‘##’ in program ##include <stdio.h> ^ user.cpp:1:3: error: ‘include’ does not name a type ##include <stdio.h> ^ user.cpp: In function ‘int main()’: user.cpp:13:5: error: ‘FILE’ was not declared in this scope FILE *fin, *fout; ^ user.cpp:13:11: error: ‘fin’ was not declared in this scope FILE *fin, *fout; ^ user.cpp:13:17: error: ‘fout’ was not declared in this scope FILE *fin, *fout; ^ user.cpp:15:32: error: ‘fopen’ was not declared in this scope fin = fopen ("deque.in","r"); ^ user.cpp:20:32: error: ‘fscanf’ was not declared in this scope fscanf (fin, "%d%d", &n, &k); ^ user.cpp:44:30: error: ‘fprintf’ was not declared in this scope fprintf(fout, "%lld", sum); ^ user.cpp:18:18: warning: unused variable ‘x’ [-Wunused-variable] int n, k, i, x; ^

Ceva nu functioneaza?