谁能帮我编个程序啊7000000到8000000的全部数字显示
#include <iostream> #include <cstdlib> using namespace std; int main() { for(int i = 7000000; i<= 8000000; i++) cout<<i<<\" \"; system(\"pause\"); return 0; }
在问一下 在什么地方编辑啊 我下载了好几个编辑起都不能用你能告诉我用什么编辑吗