代码搜索:Grocery
找到约 21 项符合「Grocery」的源代码
代码结果 21
www.eeworm.com/read/184314/9110567
java grocery .java
import java.io.*;
class Grocery {
public static void main(String[] args)
{
System.out.println("**************************** welcome to our Grocery! ************************** ");
Stri
www.eeworm.com/read/266538/11220038
in grocery.in
www.eeworm.com/read/184314/9110548
class grocery.class
www.eeworm.com/read/373627/9446168
dat grocery.dat
79
GROCERY
0 54 54 0 54
7 4
5 4
1 6
13 6
25 8
4 9
20 9
25 9
32 9
44.5 10.5
44 10
5 12
10 13
21 13
5 15
23 16
43 17
12 17
22 18
52.5 17.5
52 18
9 19
6 20
28 24
24 27
19 28
40 28
24 29
29 29
18 30
38 30
www.eeworm.com/read/338832/12278893
pl grocery.pl
/*
A kid goes into a grocery store and buys four items. The cashier charges $7.11.
The kid pays and is about to leave when the cashier calls the kid back, and says
"Hold on, I multiplied the fou
www.eeworm.com/read/236374/4641194
gps grocery.gps
if($process=2,"next");
if($process!2,"talk");
next:
SetPlayState(0);
say("大叔,有什么好东西吗?","fr");
say("好东西还没有,奇怪的消息倒是有一个","");
say("什么什么??","fr");
say("最近村子外面林子里出现了一个奇怪的人,不知道他怎么回事成天蒙个脸。","
www.eeworm.com/read/266538/11219978
cpp grocery.cpp
// Author: Adrian Kuegel
// Date: 4. 6. 2007
// Algorithm: brute force
// Complexity: O(n^3)
#include
int main() {
for (int a=1; a
www.eeworm.com/read/266538/11220006
java grocery.java
// Author: Adrian Kuegel
import java.io.*;
public class grocery {
static String print(int a) {
String res = a/100 + ".";
if (a%100 < 10) res += "0";
res += a%100;
return res;
}
public sta
www.eeworm.com/read/266538/11220063
out grocery.out
1.25 1.60 1.75 1.84
1.25 1.40 1.86 2.00
1.10 1.50 2.00 2.00
1.25 1.25 1.92 2.21
1.00 1.75 1.90 2.00
1.12 1.50 1.60 2.50
1.00 1.50 2.00 2.25
1.20 1.25 1.80 2.50
1.13 1.25 2.00 2.40
1.00 1.60 1.70 2.50
www.eeworm.com/read/184314/9110555
txt src_test3.txt
E:\java实验\java实验3\Cashier.java
"E:\\java实验\\java实验3\\Grocery .java"
E:\java实验\java实验3\PriceAndStockManager.java
E:\java实验\java实验3\Product.java