Borderou de evaluare (job #1926683)

Utilizator KONT_testekobol Vasile KONT_teste Data 14 martie 2017 16:43:33
Problema Blaturi Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:1:1: error: stray ‘##’ in program ##include<bits/stdc++.h> ^ user.cpp:1:3: error: ‘include’ does not name a type ##include<bits/stdc++.h> ^ user.cpp:5:1: error: ‘ifstream’ does not name a type ifstream fin("blaturi.in"); ^ user.cpp:6:1: error: ‘ofstream’ does not name a type ofstream fout("blaturi.out"); ^ user.cpp:22:9: error: ‘pair’ does not name a type typedef pair<int, int> pii; ^ user.cpp: In function ‘int main()’: user.cpp:42:5: error: ‘ios_base’ has not been declared ios_base::sync_with_stdio(false); cin.tie(NULL); ^ user.cpp:42:39: error: ‘cin’ was not declared in this scope ios_base::sync_with_stdio(false); cin.tie(NULL); ^ user.cpp:42:47: error: ‘NULL’ was not declared in this scope ios_base::sync_with_stdio(false); cin.tie(NULL); ^ user.cpp:43:5: error: ‘fin’ was not declared in this scope fin >> n; ^ user.cpp:60:52: error: ‘min’ was not declared in this scope ans = min(ans, dp[i] + dp2[i + 1] + calc(i)); ^ user.cpp:63:5: error: ‘fout’ was not declared in this scope fout << ans; ^

Ceva nu functioneaza?