摘要: 插入代码试一试#include int main(){ // local objects of type int int value = 2; int pow = 10; int result = 1; // repeat calculation of result u... 阅读全文
posted @ 2012-08-05 19:55 cosmicy 阅读(157) 评论(1) 推荐(0)