Submission #333387

#TimeUsernameProblemLanguageResultExecution timeMemory
333387siddarthmJob Scheduling (CEOI12_jobs)C++11
0 / 100
1 ms384 KiB
#include <iostream>
using namespace std;
 
int main(){
	cout << 2 << "\n";
  	cout << 5 << " " << 1 << " " << 0 << "\n";
}
#Verdict Execution timeMemoryGrader output
Fetching results...