Chinaunix

标题: 请高手指点,我是新手 [打印本页]

作者: hotsmile    时间: 2006-02-10 12:09
标题: 请高手指点,我是新手
#include <iostream>
int main()
    {
                // 第一个解决方案
                cout << "2 raised to the power of 10: ";
                cout << 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2;
                cout << endl;
                return 0;
     }

用 aCC编译,报找不到line 1 # Include file <iostream> not found.
作者: vcdata    时间: 2006-02-10 12:12
用VC编译




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2