作者andy801119 (泰坦)
看板NTUE-CS103
标题[情报] C++的期中考 给明年当考古题
时间Wed Nov 17 14:11:28 2010
1.
#include<iostream>
using namespace standard;
int main()
{
cout << 3.0/2
<< endl;
<< 5/2;
}
用PageDown或→阅读
--
2.
#include<iostream>
using namespace std;
int main()
{
int a=10,b=20,c=2;
int f;
f=--a/b++;
c *= a;
cout << a<<endl; // cout << "result a" << endl
cout << b<<endl; /* cout << "result b" << endl
cout << c<<endl; // cout << "result c" << endl
cout << f<<endl; // cout << "result f" << endl */
}
--
3.
#include<iostream>
using namespace std;
int main()
{
int a=2,b=5;
float f=2;
cout<< "The result is" << b/a<<endl;
cout<< "The result is" << b/f<<endl;
}
--
4.
#include<iostream>
using namespace std;
int main()
{
int a=12;
if( a % 2 == 0)
cout<< "a is a multiple of 2" <<endl;
if( a % 3 == 0)
cout<< "a is a multiple of 3" <<endl;
else
cout<< "a is a multiple of 1" <<endl;
}
--
答案:(程式结果)
1.
错误
2.
9
21
3.
The result is2
The result is2.5
4.
a is a multiple of 2
a is a multiple of 3
以上。选择题问答题有点懒得打。
总觉得可能会把考卷收走,赶快打出来。
--
谁说有了MSN就一定要密? 谁说要到手机号码一定要打?
谁说用无名就一定要打文章? 谁说玩噗浪就一定要冲卡马?
我就是偏偏要 逆天 。
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 120.127.47.89
1F:推 makss:帮推!!!感谢泰泰!!! 11/17 14:13
推 andy801119:简答题是比较直译程式跟编译程式。 11/17 14:17
推 andy801119:另外一题是比较各个运算字元的优先顺序与结合性。 11/17 14:18
推 j06900315:实在迅速!!!!感谢ㄝ~~~~~^_^ 11/17 15:26
推 j2612280:Good job! 11/17 21:06
推 an16031:这佛心来的...... 11/17 22:10
推 drygoat:酷喔! 11/17 22:35
2F:推 bennyt6182:别提了.... 11/18 01:00
推 yantchen:跟去年一样.. 11/18 12:44
推 CaptainWill:我要黑色的推 11/18 22:27
推 makss:再帮我弄个闪黄推吧XD 11/19 00:56
推 baby30069:酷耶 好有效率 虽然我没参考到你的__....哈哈 11/19 02:07
推 ruby09:厉害耶!!!! 11/19 03:23
推 an16031:跟去年一样!?那我看明年学弟妹的成绩出来後,我们就…… 11/19 08:26
推 andy801119:去年的题目也有出现在板上,只是藏在102的。 11/19 09:17
半推 makss:泰...来个半推吧XD 11/19 10:34
※ 编辑: andy801119 来自: 118.167.193.144 (11/19 11:13)
3F:推 makss:我是说半形拉...这个要蓝底XD 11/19 11:19
4F:→ andy801119:懒得理你了 11/19 12:22
5F:推 makss:吼...你很无趣ㄟ~ 11/19 15:23