Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
RINONIN committed Jan 25, 2021
1 parent cbd47f8 commit 89a73f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adda.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ int main()//主函数
scanf("%d%d",&a,&b);
sum=a+b;
printf("sum=%d\n",sum);
return 0;
return 0;
}

0 comments on commit 89a73f7

Please sign in to comment.