Submission #653090

#TimeUsernameProblemLanguageResultExecution timeMemory
653090vikshan123Job Scheduling (CEOI12_jobs)C++14
Compilation error
0 ms0 KiB

#include <bits/stdc++.h>
using namespace std;

int main() {

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


cin >> n >> d >> e;



while(m/k  < n){

	k++
}

cout << k << endl;




			
	return 0;
}

Compilation message (stderr)

jobs.cpp: In function 'int main()':
jobs.cpp:13:18: error: 'e' was not declared in this scope
   13 | cin >> n >> d >> e;
      |                  ^
jobs.cpp:19:5: error: expected ';' before '}' token
   19 |  k++
      |     ^
      |     ;
   20 | }
      | ~