Compare commits

..

No commits in common. "bf3f51be17bb393fd091065084c64cda3ce3737e" and "8b9e40f06bdf49b9816da4b5b7e20775e440f728" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@
// } while (n != 0); // } while (n != 0);
//} //}
int x = 5; int x = 10;
void main() { void main() {
printf("Hi"); printf("Hi");

View File

@ -304,7 +304,7 @@
#include <windows.h> #include <windows.h>
#include <time.h> #include <time.h>
#define max_n 5 #define max_n 10
#define max_m 10 #define max_m 10