質問編集履歴

1

2021/01/29 01:11

投稿

to-kiyo
to-kiyo

スコア1

test CHANGED
File without changes
test CHANGED
@@ -2,4 +2,18 @@
2
2
 
3
3
 
4
4
 
5
+
6
+
7
+ #include<stdio.h>
8
+
9
+ #include<string.h>
10
+
11
+
12
+
5
- C++
13
+ main()
14
+
15
+ {
16
+
17
+ int ctr, numFoods,rating,favRating,leastRating;
18
+
19
+ char foodName[40],favorite[40],least[40];