Skip to content

Commit

Permalink
Change file encoding to utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
yansheng836 committed Sep 6, 2019
1 parent 30df86e commit 492011c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions hello world.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
*Date: 2019.2.29
*Description:
*Function List:
1.¡­¡­¡­¡­
2.¡­¡­¡­¡­
1.…………
2.…………
*History:
1.Date:
Author:
Modification:
2.¡­¡­¡­¡­
2.…………
**********************************************************************************/
#include<stdio.h>

Expand Down
10 changes: 5 additions & 5 deletions 求和.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*********************************************************************************
*Copyright(C),2016-2020,Fosu
*FileName: 求和.cpp
*FileName: 求和.cpp
*Author: yansheng
*Version: 1.0
*Date: 2019.
*Description:
*Function List:
1.…………
2.…………
1.…………
2.…………
*History:
1.Date:
Author:
Modification:
2.…………
2.…………
**********************************************************************************/
#include<stdio.h>

Expand All @@ -23,7 +23,7 @@ int main()
{
sum = sum + i;
}
printf("1+2···+100的和为:%d\n",sum);
printf("1+2···+100的和为:%d\n",sum);


return 0;
Expand Down

0 comments on commit 492011c

Please sign in to comment.