YOU SAID:
#include <iostream> using namespace std; int main() { cout<<"Hello World!"; return 0; }
INTO JAPANESE
#含める<iostream>名前空間stdを使用します。 int main(){cout << "Hello World!"; 0を返します。 }
BACK INTO ENGLISH
#include <iostream> Use namespace std. int main () {cout << "Hello World!"; Return 0. }
INTO JAPANESE
#含める<iostream>名前空間stdを使用します。 int main(){cout << "Hello World!"; 0を返す}
BACK INTO ENGLISH
#include <iostream> Use namespace std. int main () {cout << "Hello World!"; Return 0}
INTO JAPANESE
#含める<iostream>名前空間stdを使用します。 int main(){cout << "Hello World!"; 0を返す}
BACK INTO ENGLISH
#include <iostream> Use namespace std. int main () {cout << "Hello World!"; Return 0}
Well done, yes, well done!