代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/251030/4424502
dsw problem 1.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/251030/4424503
dsp problem 1.dsp
# Microsoft Developer Studio Project File - Name="Problem 1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/251030/4424504
c problem 1.c
#include
void main()
{
int number;
int sum = 0;
printf("\n请输入一个整数:");
scanf("%d", &number);
if(number > 0)
{
while(number > 0)
{
sum = sum + number;
number = numbe
www.eeworm.com/read/251030/4424505
c problem 3.c
# include
void main()
{
char ans ;
int inum, cnt ;
ans = 'y'; /* 该值必须初始化 */
while(ans == 'y') /* 用户的选择 */
{
ans = ' ';
printf("请输入一个数:");
scanf("%d", &inum);
www.eeworm.com/read/251030/4424506
plg problem 3.plg
Build Log
--------------------Configuration: Problem 3 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADM
www.eeworm.com/read/251030/4424507
dsp problem 3.dsp
# Microsoft Developer Studio Project File - Name="Problem 3" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/251030/4424508
dsw problem 3.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/251030/4424509
dsp problem 2.dsp
# Microsoft Developer Studio Project File - Name="Problem 2" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/251030/4424510
c problem 2.c
# include
void main()
{
int n, sum=0, right_digit;
printf("\n请输入一个正数: ");
scanf("%d",&n);
do /* do...while 循环开始 */
{
right_digit = n % 10;
sum += right_digit; /* sum =
www.eeworm.com/read/251030/4424511
dsw problem 2.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################