제출 #333387

#제출 시각아이디문제언어결과실행 시간메모리
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...