討論串[問題] c語言程式求助
共 70 篇文章

推噓1(1推 0噓 9→)留言10則,0人參與, 最新作者shihfeng (fang zhang)時間16年前 (2009/10/13 13:08), 編輯資訊
0
0
0
內容預覽:
#include <stdio.h>. #include <iostream>. using namespace std ;. int main(). {. int kg ;. cout << "請輸入體重(kg)" << endl ;. cin >> kg ;. cout << "你的體重是 "
(還有92個字)

推噓2(2推 0噓 4→)留言6則,0人參與, 最新作者liu2007 (薯)時間16年前 (2009/10/13 12:59), 編輯資訊
0
0
0
內容預覽:
C++ Builder. ███████████████████▽□Χ. ██████████████████████. ██████████████████████. ██████請輸入體重(單位公斤)██████. ██████████████████████. ██████│ ███████.
(還有706個字)

推噓2(2推 0噓 0→)留言2則,0人參與, 最新作者x000032001 (某數)時間16年前 (2009/10/13 12:41), 編輯資訊
0
0
1
內容預覽:
http://www.hackbase.com/tech/2009-08-26/55376.html. 下面的六个程序片段主要完成这些事情:. 输出Hello, World. 混乱C语言的源代码(加密源代码,嘿嘿). 下面的所有程序都可以在GCC下编译通过,只有最后一个需要动用C++的编译器g++才
(還有3744個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者kikiqqp (貓食罐頭)時間16年前 (2009/10/13 12:41), 編輯資訊
0
0
0
內容預覽:
Small Basic版. TextWindow.Write("Enter your weight(kg): "). wei = TextWindow.ReadNumber(). pou = wei / 0.454. TextWindow.WriteLine( wei + "kg = " + pou

推噓3(3推 0噓 2→)留言5則,0人參與, 最新作者phstudy (study)時間16年前 (2009/10/13 12:18), 編輯資訊
0
0
0
內容預覽:
python版. kg = input("input kilogram:"). print kg, "kilogram = ", kg * 2.20462262, "pounds". --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 140.133.13.139. 編輯: p