1樓:匿名使用者
/*sum = 5
press any key to continue*/#include
int main()
printf("sum = %d\n",sum);
return 0;}
2樓:weida愛問
#include"stdio.h"
main()}
3樓:匿名使用者
#include
int main(void)
用c語言編一程式1+2+3+4+5+6+7+8+9+10
4樓:餘啊水中游啊遊
#include
#define n 10// 可以抄修改為bai100 然後du就zhi是1+2+...+100的值daovoid main()
5樓:nohow絕不
#include
#include "stdafx.h"
void main()
printf("求和
copy結果為:%d\n",sum);}
6樓:
#include
#define n 10
void main(void)
7樓:匿名使用者
#include
main()
8樓:光棍誓言
#include
#include
void main()
編譯通過ok。
9樓:year不謝的花
#include
#define n 10
void main()
10樓:我才是柳隨風
#include
#define begin(b) b
#define end(e) e
#define is_even(e) ((e%2)==0)
#define add_even(b,e) (((b)+(e))*((e)/2))
#define add_odd(b,e) ((((b)+((e)-1))*(((e)-1)/2))+e)
#define add(r,b,e) if(is_even(e))else
int main()
11樓:白思穎
int a=0,b=1;
if(b<=10)
a=a+b++;
利用迴圈編寫程式計算表示式1-2+3-4+5-6+7-8+9-10的值.
12樓:匿名使用者
c語言的。這是個基礎題目,通常作為教學範例,應該可以找到很多類似的例子。
我的**沒有編譯,你最好自己驗證一下。
for(i=1,j=o;i<=10;i++) j+=-i*(-1)^i;
13樓:善解汝衣
public static void main (string args) else
}system.out.println(sum);}
用c語言編寫一程式,使用者輸入日期,計算該日是今年的第幾天
include stdio.h include stdlib.h intmain intday,month,year,sum,leap printf npleaseinputyear,month,day n switch month 先計算某月以前月份的總天數 case1 sum 0 break c...
編C語言程式 做九九乘法表,編一個C語言程式 做一個九九乘法表
源 如下 include main printf n 程式執行結果 1 1 1 1 2 2 2 2 4 1 3 3 2 3 6 3 3 9 1 4 4 2 4 8 3 4 12 4 4 16 1 5 5 2 5 10 3 5 15 4 5 20 5 5 25 1 6 6 2 6 12 3 6 18 ...
c語言新手。求程式設計序,c語言新手。求編一個程式。
include include include define n 52 牌張總數 define m 13 每花色張數 char hs 4 花色陣列 梅花 紅心 方塊 黑桃字元對應的ascii碼 char hx 對應11,12,13,14共四張大於10的牌符號 生成順序撲克牌陣列 1 52,梅花1 1...