Borderou de evaluare (job #3126884)
Raport evaluator
Compilare:
main.cpp:3:338: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
3 | I n,m,h,v[1005][1005],S,dy[]={0,0,-1,1},dx[]={-1,1,0,0},i,j,u,r,d;bool a[1005][1005];void f(I s,I t){std::queue<std::pair<I,I>>q;q.push({s,t});a[s][t]=1;while(!q.empty()){i=q.front().first;j=q.front().second;q.pop();for(d=0;d++<4;){u=i+dy[d];r=j+dx[d];if(u&&r&&u<=n&&r<=m&&!a[u][r]&&v[u][r]<h){q.push({u,r});a[u][r]=1;if(v[u][r])++S;}}}}main(){std::ifstream c("tsunami.in");c>>n>>m>>h;for(;++i<=n;)for(j=0;++j<=m;c>>v[i][j]);for(i=0;++i<=n;)for(j=0;++j<=m;)if(!v[i][j]&&!a[i][j])f(i,j);std::ofstream("tsunami.out")<<S;}
| ^~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 303kb | Incorect | 0 |
2 | 0ms | 557kb | Incorect | 0 |
3 | 29ms | 4214kb | Incorect | 0 |
4 | 2ms | 819kb | Incorect | 0 |
5 | 7ms | 2392kb | Incorect | 0 |
6 | 39ms | 4939kb | Incorect | 0 |
7 | 34ms | 5193kb | OK | 10 |
8 | 9ms | 2916kb | OK | 10 |
9 | 29ms | 4558kb | Incorect | 0 |
10 | 33ms | 5218kb | OK | 10 |
Punctaj total | 30 |