題目:印出1N之間所有整數之階乘 (factorial)N£50

異想人 發表在 痞客邦 留言(0) 人氣()

union Float {
    float f;

異想人 發表在 痞客邦 留言(0) 人氣()

https://openhome.cc/Gossip/CGossip/Datatype.html


異想人 發表在 痞客邦 留言(0) 人氣()

http://squall.cs.ntou.edu.tw/cprog/materials/AdvancedArray.html

這是我覺得將陣列概念講解較清楚的方式,不像大部分講解都用文字

異想人 發表在 痞客邦 留言(0) 人氣()

#include<stdio.h>
#include<cstdlib>

異想人 發表在 痞客邦 留言(0) 人氣()

#include <iostream>
#include<cstring>

異想人 發表在 痞客邦 留言(0) 人氣()

void judge(long id, char gender, int age, int money)
{

異想人 發表在 痞客邦 留言(0) 人氣()

#include <iostream>
#include <cmath>

異想人 發表在 痞客邦 留言(0) 人氣()

#include <iostream>
using namespace std;

異想人 發表在 痞客邦 留言(0) 人氣()

#include <iostream>
using namespace std;

異想人 發表在 痞客邦 留言(0) 人氣()

1 2