acm的一道简单的题,但能达到如下要求的绝对是高手

来源:百度知道 编辑:UC知道 时间:2024/05/21 18:41:13
Problem description
We just test the input and output system in your selected language.

Input
The Input will contain only two integers a,b.

Output
The Ouput should contains the result of a + b. No other whitespace contians at begin or end of the output Notice : empty line is allowed.

Sample Input
10 20

Sample Output
30

如何让memory为16kb,time used为0?

用汇编语言编写,memory绝对少于16kb,
至于时间为0的意思是,编译器运行程序时有个计算运行时间的功能,他显示的就是0,因为非常小的时间数显示不出来。

能不能说清楚一点?
“如何让memory为16kb,time used为0”是什么意思?

Pi

"time used"为0可能吗?再快总还是要时间吧