Compare commits

...

2 Commits

Author SHA1 Message Date
bf3f51be17 commit 4 2024-11-11 11:47:23 +03:00
beddbaa5e7 commit 3 2024-11-11 11:47:08 +03:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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