Skip to content

Commit 4045048

Browse files
committed
...
1 parent ca27b02 commit 4045048

File tree

1 file changed

+4
-4
lines changed
  • contest-1/problems/A/all_solutions

1 file changed

+4
-4
lines changed

contest-1/problems/A/all_solutions/a_gcc.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
int main(void)
44
{
5-
int a, b;
5+
int a, b;
66

7-
scanf("%d%d", &a, &b);
8-
printf("%d\n", a + b);
9-
return 0;
7+
scanf("%d%d", &a, &b);
8+
printf("%d\n", a + b);
9+
return 0;
1010
}

0 commit comments

Comments
 (0)