Compare commits

..

2 Commits

Author SHA1 Message Date
e131c75449 commit 4 2024-11-11 11:10:10 +03:00
5d1de55cc5 commit 3 2024-11-11 11:09:45 +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 = 15;
void main() {
printf("Hi");

View File

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