updated makefile
This commit is contained in:
parent
d22c0606c1
commit
dc96712a2d
5 changed files with 15 additions and 14 deletions
4
main.c
4
main.c
|
|
@ -6,8 +6,8 @@
|
|||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define DEFAULT_NN 10000000
|
||||
#define DEFAULT_N 1001
|
||||
#define DEFAULT_NN 100000
|
||||
#define DEFAULT_N 101
|
||||
#define DEFAULT_B 10
|
||||
#define END_PROGRAM -1
|
||||
#define SUCCESS 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue