Compare commits

..

No commits in common. "b01b53281f05cc59e701f175e1b96a0a352df5a5" 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 = 5;
int x = 10;
void main() {
printf("Hi");

View File

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