You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When evaluating a solution printing long lines tmr takes about 20 seconds to kill it, but the wall clock time limit (for the task I tested) is 4 seconds.
Minimal example:
#include<iostream>intmain() {
for (;;) std::cout << "Hello, World!";
}
The text was updated successfully, but these errors were encountered:
When evaluating a solution printing long lines tmr takes about 20 seconds to kill it, but the wall clock time limit (for the task I tested) is 4 seconds.
Minimal example:
The text was updated successfully, but these errors were encountered: