摘要:
第一次做英文题难免有些入坑,果然程序员对英语的要求比较高,话不多说,直接入题,这竟然是一个令人头皮发麻而又简单的a+b问题! 一.试题1001 A+B Format (20 分) Calculate a+b and output the sum in standard format that is, 阅读全文
摘要:
1.代码: #include<iostream>using namespace std;int main(){ char a/*操作*/; int i/*计数工具*/,b=0/*老鼠会开心几天*/; int e/*正常的来*/,f/*老鼠会悲伤几天*/; int c=1/*老鼠来不来*/,d=0/* 阅读全文