Compare commits

...

2 Commits

Author SHA1 Message Date
b01b53281f commit 4 2024-11-11 11:33:07 +03:00
e0680fafe9 commit 3 2024-11-11 11:32:57 +03:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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