why is the change lookup so broken?
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 14s
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 14s
This commit is contained in:
parent
39df1e7475
commit
d33131607d
@ -1,5 +1,6 @@
|
||||
//SIEVE05 JOB (GCC),'Sieve 5 Program Example',
|
||||
// NOTIFY=@05054,CLASS=A,MSGCLASS=H,
|
||||
// MSGLEVEL=(1,1),REGION=4M,TIME=1440
|
||||
//* Compile Step
|
||||
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIEVE05)'
|
||||
//
|
@ -3,6 +3,7 @@
|
||||
#define LIMIT 10000
|
||||
#define PRIMES 1000
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
int i,j,numbers[LIMIT];
|
||||
|
Loading…
Reference in New Issue
Block a user