test

C code posted by test
created at 04 Sep 18:53, updated at 19 Sep 06:52

Edit | Back
1
2
3
4
5
6
7
8
9
10
#include<stdio.h>
#define MAX_VAL 123456789
void main()
{
  // variable declerations:
  int   userOption,
         numOfBadAttempts           = 0,
         a_sqr                      = 0, 
         b_sqr                      = 0,
}
238 Bytes in 4 ms with coderay