# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
254440 | shrek12357 | Job Scheduling (CEOI12_jobs) | C++14 | 1 ms | 384 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <iostream>
using namespace std;
int main(){
cout << 2 << endl;
cout << 5 << " " << 1 << " " << 0 << endl;
cout << 9 << " " << 4 << " " << 0 << endl;
cout << 2 << " " << 10 << " " << 0 << endl;
cout << 6 << " " << 12 << " " << 0 << endl;
cout << 3 << " " << 7 << " " << 0 << endl;
cout << 11 << " " << 8 << " " << 0 << endl;
cout << 0 << endl;
cout << 0 << endl;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |