質問編集履歴
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
|
-
|
13
|
+
main()
|
14
|
+
|
15
|
+
{
|
16
|
+
|
17
|
+
int ctr, numFoods,rating,favRating,leastRating;
|
18
|
+
|
19
|
+
char foodName[40],favorite[40],least[40];
|