19(2): 名前は開発中のものです。 [sage] 2011/10/20(木) 19:55:33.77 ID:zVHpA/Eg(10/12) AAS hello worldと一瞬だけ出て消えてしまいます・・・ //hello.cpp #include<iostream> using namespace std; int main() { cout<<"hello world"<<endl; } こう打ったのですが何が足りないのでしょうか