Queue is stuck. Both new solutions and the ones with ongoing testing aren't progressing at the moment → Reply PTqwq_ 8 months ago, # | ← Rev. 2 -6 You are right, but we can't get verdicts as fast as before now. So, can codeforces allocate only 10% to other submissions?
There is no ACM/ICPC contest skip a Accepted submission to judge final submisson in this case! → Reply stefdasca 5 years ago, # ^ | +3 The thing is that people could check their source once more if they knew that's wrong, but everyone usually stops at the AC verdict → ...
All the suspicious verdicts (testing error etc.) are not considered while evaluating the results. That is also true for the solutions that had fallen on test 1 (in the problems containing more than one test). What are the rating and the divisions? When the contesters take part in ...
To print an adding operation, use the format "11 ii xx"; to print a modding operation, use the format "22 ii xx". If ii or xx don't satisfy the limitations above, or you use more than n+1n+1 operations, you'll get wrong answer verdict. Examples Input 3 1 2 3 Output 0 Input...
Compare your output with expected output in a elegant manner 📺 Get your code verdicts like OK ✅, Wrong answer ❌, TLE 🕒, MLE 🛢, Runtime error or Compilation error ⚠, Queue ⏳, Hacked ☠️ Submit 🏳🌈 your code from your favorite text editor Get your official ...
[u]=tot; }queue<Data>q;voidbfs(){while(!q.empty()){intu=q.front().u,nsp=q.front().nsp,ds=q.front().ds; q.pop();for(inti=head[u];i;i=e[i].nxt)if(!vis[e[i].v][nsp]){vis[e[i].v][nsp]=1;dis[e[i].v][nsp]=ds+1;data.u=e[i].v;data.nsp=nsp;data.ds...
[u]=tot; } queue<Data>q;voidbfs(){while(!q.empty()){intu=q.front().u,nsp=q.front().nsp,ds=q.front().ds; q.pop();for(inti=head[u];i;i=e[i].nxt)if(!vis[e[i].v][nsp]){ vis[e[i].v][nsp]=1; dis[e[i].v][nsp]=ds+1; data.u=e[i].v; data.nsp=nsp;...
In case your query is invalid, you asked more than 2n2k queries of type ? or you asked more than 30 000 queries of type R, the program will print the letter E and will finish interaction. You will receive a Wrong Answer verdict. Make sure to exit immediately to avoid getting other ve...
Similar solution receiving a TLE verdict: 26850899 WTF, the same person I have tried hacking just got a TLE verdict in an even smaller case 26862337 → Reply » » Mr.Adnan 6 years ago, # ^ | 0 here is one of them :D http://codeforces.com/contest/805/submission/26850369 ...
I wonder how these two accounts can participate round 441 at the same time with different codes and different verdicts... → Reply attiw 7 years ago, # ^ | 0 whats wrong with using a fresh account to take participate. i don't get it ?? → Reply Suika_predator 7 years ago...