回答編集履歴
1
変更
answer
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
```c
|
5
5
|
#include<stdio.h>
|
6
6
|
float f1(int x);
|
7
|
-
main()
|
7
|
+
int main(void)
|
8
8
|
{
|
9
9
|
int a,i;
|
10
10
|
float S;
|