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!

That didn't even make that much sense in English.

HOT PARTIES

6
votes
2d ago

You may want to crash these parties too

1
votes
02Sep10
1
votes
01Sep10
1
votes
03Sep10
1
votes
31Aug10
1
votes