Compare commits

..

No commits in common. "e131c754492458efdc4e33f4990e54244a7ffeaf" and "fdb6f2d532f85cd8262ec609b7d88e275f998a50" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -312,7 +312,7 @@
int arr[max_n][max_m] = {
{ 1, 5, 3, 9},
{ 1, 5, 3, 4},
{ 76, 88, 89 },
{ 9, 8, 3, 8 }