Borderou de evaluare (job #2468881)
Utilizator | Data | 6 octombrie 2019 10:35:17 | |
---|---|---|---|
Problema | Permutare4 | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:1:1: error: 'include' does not name a type
include <bits/stdc++.h>
^~~~~~~
main.cpp:3:1: error: 'ifstream' does not name a type
ifstream f("permutare4.in");
^~~~~~~~
main.cpp:4:1: error: 'ofstream' does not name a type
ofstream g("permutare4.out");
^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:11:55: error: 'min' was not declared in this scope
C[i][j]=min(C[i][j-1]+C[i-1][j],1000000000);
^
main.cpp:12:11: error: 'f' was not declared in this scope
while(f>>tip>>n)
^
main.cpp:30:33: error: 'g' was not declared in this scope
for(i=1;i<=2*n;++i) g<<S[i]<<' ';
^
main.cpp:31:13: error: 'g' was not declared in this scope
g<<'\n';
^
main.cpp:42:13: error: 'g' was not declared in this scope
g<<P<<'\n';
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !