Borderou de evaluare (job #2224359)
Utilizator | Data | 23 iulie 2018 20:07:40 | |
---|---|---|---|
Problema | Aquapark | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:88:2: error: stray ‘#’ in program
}#include <bits/stdc++.h>
^
user.cpp:88:3: error: ‘include’ does not name a type
}#include <bits/stdc++.h>
^~~~~~~
user.cpp:92:12: error: redefinition of ‘std::ifstream in’
ifstream in("aquapark.in");
^
user.cpp:5:10: note: ‘std::ifstream in’ previously declared here
ifstream in("aquapark.in");
^~
user.cpp:93:13: error: redefinition of ‘std::ofstream out’
ofstream out("aquapark.out");
^
user.cpp:6:10: note: ‘std::ofstream out’ previously declared here
ofstream out("aquapark.out");
^~~
user.cpp:95:5: error: redefinition of ‘int c’
int c, n, m, culoare = 1;
^
user.cpp:8:5: note: ‘int c’ previously declared here
int c, n, m, culoare = 1;
^
user.cpp:95:8: error: redefinition of ‘int n’
int c, n, m, culoare = 1;
^
user.cpp:8:8: note: ‘int n’ previously declared here
int c, n, m, culoare = 1;
^
user.cpp:95:11: error: redefinition of ‘int m’
int c, n, m, culoare = 1;
^
user.cpp:8:11: note: ‘int m’ previously declared here
int c, n, m, culoare = 1;
^
user.cpp:95:14: error: redefinition of ‘int culoare’
int c, n, m, culoare = 1;
^~~~~~~
user.cpp:8:14: note: ‘int culoare’ previously defined here
int c, n, m, culoare = 1;
^~~~~~~
user.cpp:98:8: error: redefinition of ‘struct e’
struct e
^
user.cpp:11:8: error: previous definition of ‘struct e’
struct e
^
user.cpp:101:13: error: conflicting declaration ‘int muchie [100500]’
}muchie[NMAX];
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !