Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2044183)
| Utilizator | Data | 20 octombrie 2017 23:46:13 | |
|---|---|---|---|
| Problema | Bacterii2 | Status | done |
| Runda | Arhiva ICPC | Compilator | cpp | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Compilare:
user.cpp: In function ‘std::vector<int> multiply(std::vector<int>&, std::vector<int>&)’:
user.cpp:34:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(i<A.size()) {
^
user.cpp:37:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(i<B.size()) {
^
user.cpp:48:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0; i<ans.size(); i++) {
^
user.cpp: In function ‘int main()’:
user.cpp:70:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while(a.size() <= x) a.push_back(0);
^
user.cpp:77:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while(b.size() <= x) b.push_back(0);
^
user.cpp:81:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0; i<c.size(); i++) {
^
user.cpp:59:9: warning: unused variable ‘x’ [-Wunused-variable]
int n, x;
^
user.cpp:55:35: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("bacterii2.in","r",stdin);
^
user.cpp:56:37: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("bacterii2.out","w",stdout);
^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 516ms | 3300kb | Incorect | 0 |
| Punctaj total | 0 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
