typo
This commit is contained in:
+4
-12
@@ -1,16 +1,8 @@
|
|||||||
#include "helpers.h"
|
#include "helpers.h"
|
||||||
#include <stdio.h>
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
long int index = -1;
|
dirty(16 MB);
|
||||||
//dirty(16 MB);
|
clean(32 MB);
|
||||||
//clean(32 MB);
|
return interlude();
|
||||||
char * p = (char *) malloc(10 MB);
|
|
||||||
interlude();
|
|
||||||
while(1){
|
|
||||||
scanf("%ld",&index);
|
|
||||||
p[index] = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
//return interlude();
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user