返回列表 發帖
本帖最後由 林侑成 於 2016-12-8 20:50 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. #include<cmath>
  4. using namespace std;
  5. void fuck()
  6. {
  7.     cout<<"FUCK!!\tFUCK!!\tFUCK!!\tFUCK!!\tFUCK!!"<<endl;
  8. }
  9. int iPlus(double x,double y,double z)
  10. {
  11.    return x*y*z;
  12. }
  13. int main()
  14. {
  15.     re:
  16.     fuck();
  17.     cout<<iPlus(1012001,5,6)<<endl;
  18.     _sleep(1000);
  19.     goto re;
  20.     system("pause");
  21.     return 0;
  22. }
複製代碼
我是眾神之王XXX  I love you
0000000000

TOP

返回列表