Submission #653092

# Submission time Handle Problem Language Result Execution time Memory
653092 2022-10-25T16:31:13 Z vikshan123 Job Scheduling (CEOI12_jobs) C++14
0 / 100
2 ms 468 KB
#include <bits/stdc++.h>
using namespace std;

int main() {

int n;
int m;
int d;
int k = 0;


cin >> n >> d >> m;



while(m/k  < n){

	k++;
}

cout << k << endl;




			
	return 0;
}
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 340 KB Execution killed with signal 4
2 Runtime error 1 ms 340 KB Execution killed with signal 4
3 Runtime error 1 ms 340 KB Execution killed with signal 4
4 Runtime error 1 ms 468 KB Execution killed with signal 4
5 Runtime error 1 ms 340 KB Execution killed with signal 4
6 Runtime error 1 ms 436 KB Execution killed with signal 4
7 Runtime error 1 ms 340 KB Execution killed with signal 4
8 Runtime error 1 ms 352 KB Execution killed with signal 4
9 Runtime error 2 ms 468 KB Execution killed with signal 4
10 Runtime error 1 ms 436 KB Execution killed with signal 4
11 Runtime error 1 ms 340 KB Execution killed with signal 4
12 Runtime error 1 ms 340 KB Execution killed with signal 4
13 Runtime error 1 ms 436 KB Execution killed with signal 4
14 Runtime error 1 ms 340 KB Execution killed with signal 4
15 Runtime error 1 ms 468 KB Execution killed with signal 4
16 Runtime error 1 ms 468 KB Execution killed with signal 4
17 Runtime error 1 ms 340 KB Execution killed with signal 4
18 Runtime error 1 ms 444 KB Execution killed with signal 4
19 Runtime error 1 ms 440 KB Execution killed with signal 4
20 Runtime error 1 ms 468 KB Execution killed with signal 4