QueueForces AGAIN???
Difference between en1 and en2, changed 360 character(s)
It's been like 5 minutes that submissions are all in queue...

#### UDP:↵

Server's POV:↵

~~~~~↵
#include "codeforces.h"↵
#include "queue.h"↵

int main() {↵
    codeforces::submissions_list submissions = codeforces::get_submissions();↵
    for (codeforces::submission &submission : submissions)↵
        submission.set_queue_time(2, queue::hours); // Maybe it's actually more that 2 hours↵
    return 0;↵
}↵
~~~~~↵

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English M.Bemanali 2026-09-16 19:22:50 19 Tiny change: 'y more that 2 hours\n retu' -> 'y more than 2 hours, we're cooked...\n retu'
en2 English M.Bemanali 2026-09-16 19:22:01 360
en1 English M.Bemanali 2026-09-16 18:24:54 81 Initial revision (published)