Skip to content

Commit 8794e66

Browse files
committed
Err Correction
1 parent 50b2f28 commit 8794e66

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

main.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
#include <linux/limits.h>
2+
#include <unistd.h>
3+
#include <sys/types.h>
14
#include <bits/stdc++.h>
25
#include "parser.h"
36

7+
8+
49
#define all(v) v.begin(), v.end()
10+
#define ll long long
11+
512

613
using namespace std;
714

@@ -522,6 +529,8 @@ void execute_algorithm(char algorithm_id, int quantum,string operation)
522529
}
523530
}
524531

532+
533+
/* Main Function of the CPU Scheduling Algorithm */
525534
int main()
526535
{
527536
parse();

0 commit comments

Comments
 (0)