Translated Labs

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}

Equilibrium found!

Well done, yes, well done!

HOT PARTIES

You may want to crash these parties too

1
votes
07Nov18
1
votes