代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/251030/4424474
c problem2.c
# include
void main()
{
int day;
printf("\n 星期几的代号为:");
printf("\n 星期一 = 1 ");
printf("\n 星期二 = 2 ");
printf("\n 星期三 = 3 ");
printf("\n 星期四 = 4 ");
pri
www.eeworm.com/read/251030/4424475
dsp problem2.dsp
# Microsoft Developer Studio Project File - Name="Problem2" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/251030/4424476
dsw problem2.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/251030/4424477
plg problem1.plg
Build Log
--------------------Configuration: Problem1 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\LIQI
www.eeworm.com/read/251030/4424478
dsw problem1.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/251030/4424479
c problem1.c
# include
void main()
{
int item;
float tot_amt,discount, pay_amt;
printf("\n 请输入购买商品的件数:");
scanf("%d",&item);
printf("\n 请输入购物总金额:");
scanf("%f",&tot_amt);
if(
www.eeworm.com/read/251030/4424480
dsp problem1.dsp
# Microsoft Developer Studio Project File - Name="Problem1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/251030/4424481
plg problem2.plg
Build Log
--------------------Configuration: Problem2 - Win32 Debug--------------------
Command Lines
Results
Problem2.exe - 0
www.eeworm.com/read/251030/4424482
c problem2.c
# include
void main()
{
int num1, num2, result;
char operator;
printf("\n请输入一个算术运算符字符:\n");
scanf("%c", &operator);
printf("\n请输入第一个整数:\n");
scanf("%d", &num1);
printf
www.eeworm.com/read/251030/4424483
dsp problem2.dsp
# Microsoft Developer Studio Project File - Name="Problem2" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)