facebook twitter hatena line google mixi email
★お気に入り追加


■ このスレッドは過去ログ倉庫に格納されています

  • 1
  •  
  • 2010/05/27(木) 21:19:53
int main( int argc , char *argv[] ) {

ここまで見た
  • 50
  •  
  • 2010/11/10(水) 19:22:04
/* そう言えば日本語コメントも禁止とかあるな */
// オープンソースとか。

ここまで見た
  • 51
  •  
  • 2010/11/11(木) 11:10:42
// >>49
// Segmentation Fault.

ここまで見た
  • 52
  •  
  • 2010/11/11(木) 14:01:09
>>49
Syntax error
Sex(Girlfriend, BoyFriend)をSex(Girlfriend, MyTimpo)に適用できません

ここまで見た
  • 53
  •  
  • 2010/11/11(木) 16:41:41
while( 1 ){
3pSex(Girlfriend, BoyFriend);
}


ここまで見た
  • 54
  •  
  • 2010/11/11(木) 21:37:39
public class C {
public static void main(String[] args){
String C = "うんこ";
System.out.println("Cは偉大な" + C + "です。");
}
}

ここまで見た
  • 55
  •  
  • 2010/11/11(木) 21:53:28
#include <iostream>
using namespace std;

int main() {
string C = "うんこ";
cout << "Cは偉大な" + C + "です。" << endl;
return 0;
}

ここまで見た
  • 56
  •  
  • 2010/11/11(木) 22:49:28
let c = "うんこ" in putStrLn $ "Cは偉大な" ++ c ++ "です。"

ここまで見た
  • 57
  • 天使
  • 2011/07/04(月) 03:56:47.77
>>48
> いつの時代の人ですか
ハッアァァァァァァアアァァァァァァァァァァァァァァアァァァァ??????????????


ここまで見た
  • 58
  •  
  • 2011/07/04(月) 04:38:33.42
一日中暇そうだねえ

ここまで見た
  • 59
  •  
  • 2011/07/15(金) 03:34:00.57
#include <stdio.h>
#include <stdlib.h>
#include <time.h>

int main () {
int x = 0;
int tinko = 0;

srand( (unsigned) time(NULL) );//高度なちんこ占いを頼む。

ここまで見た
  • 60
  •  
  • 2011/12/16(金) 21:02:46.51
aaaa: goto a:
a: goto aa:
aa: goto aaa:
aaa: goto aaaa:
// スパゲッティ食いたい

ここまで見た
  • 61
  •  
  • 2011/12/20(火) 19:14:51.90
if(a > 0){
  shori1();
  if(a > 3){
    shori2();
    if(a > 9){
      shori3();
    }
  }
}

if(a > 0){  shori1();
if(a > 3){  shori2();
if(a > 9){  shori3();
}}}

if(a > 0){ shori1(); if(a > 3){ shori2(); if(a > 9){ shori3(); }}}

while(1){
  if(!(a > 0))  break;  shori1();
  if(!(a > 3))  break;  shori2();
  if(!(a > 9))  break;  shori3();
  break;
}

ここまで見た
  • 62
  •  
  • 2012/01/09(月) 01:05:47.21
/*

ここまで見た
  • 63
  •  
  • 2012/01/28(土) 18:01:49.36
*/

ここまで見た
  • 64
  •  
  • 2012/01/30(月) 23:59:29.38
while(1);

ここまで見た
  • 65
  •  
  • 2012/02/01(水) 03:15:26.12
#include <fstream>
#include <iostream>
#include <sys/types.h>

int main(void)
{
   pid_t pid;

   fork() = pid;

   if(pid == 0)
   {
     int a;
     for(a=0;a<=8;a++)
     {
       cout << "ちんちん";
       sleep(1);
     }
     while(1)
     {
       fork();
     }
   } else {
     int b;
     while(1)
     {
       cout << "ウンコ";
     }
   }
  return(0);
}

ここまで見た
  • 66
  •  
  • 2012/02/01(水) 11:48:31.62
// >>65
// ソープにでも逝って、欲求不満を解消してこい。

ここまで見た
  • 67
  •  
  • 2012/02/05(日) 09:20:36.11
こういうスレ好きだ

ここまで見た
  • 68
  •  
  • 2012/02/05(日) 21:55:34.93
// コメントアウトされていないコメントが大杉

ここまで見た
  • 69
  •  
  • 2012/02/06(月) 01:30:07.09
/*WARNING WARNING

くれぐれも65は実行しないように

WARNING WARNING*/

ここまで見た
  • 70
  •  
  • 2012/02/06(月) 17:39:19.02
/* >>65, it's C++ */
#include <stdio.h>
#include <string.h>

int tired( wchar_t status[] );
int gohome( wchar_t status[] );

ここまで見た
  • 71
  •  
  • 2012/02/10(金) 02:33:19.21
int explotion( wchar_t status[] ); //この関数は非常時にしか使用しないこと

ここまで見た
  • 72
  •  
  • 2012/02/17(金) 21:09:01.68
return -1;

ここまで見た
  • 73
  •  
  • 2012/02/18(土) 00:56:33.31
/*

ここまで見た
  • 74
  •  
  • 2012/02/18(土) 03:00:11.31
* Copyright (c) 1982, 1986, 1989, 1991, 1992, 1993
* The Regents of the University of California. All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE
* @(#)init_main.c 8.1 (Berkeley) 6/10/93
*/


ここまで見た
  • 75
  •  
  • 2012/02/20(月) 21:27:09.48
#pragma pack(1)

ここまで見た
  • 76
  •  
  • 2012/02/21(火) 00:13:06.45
#pragma unpack

ここまで見た
  • 77
  •  
  • 2012/03/06(火) 22:27:16.50
for (int i = 0; i < 10 ; i++) {
printf("%d\n", i);
if (i = 0) continue;
}

ここまで見た
  • 78
  •  
  • 2012/03/24(土) 16:09:42.80
while(1){
printf("Fuck You\n");
}

ここまで見た
  • 79
  •  
  • 2012/03/24(土) 18:47:54.58
#define DEBUG

ここまで見た
  • 80
  •  
  • 2012/03/27(火) 23:48:59.78
int sage() {
return fushianasan();
}

ここまで見た
  • 81
  •  
  • 2012/04/02(月) 17:51:34.34
int bootstrap(void);

int r = bootstrap();

ここまで見た
  • 82
  •  
  • 2012/04/05(木) 02:27:46.42
!URRRRYYYYYYYYYYYY();

ここまで見た
  • 83
  •  
  • 2012/04/23(月) 21:55:38.06
//今日で15連勤

ここまで見た
  • 84
  •  
  • 2012/04/29(日) 11:58:00.86
//どっかに全角スペース入れちったよ

ここまで見た
  • 85
  •  
  • 2012/04/29(日) 15:50:13.06
//C#しか使ったことないんだが気をつけることはあるか?

ここまで見た
  • 86
  •  
  • 2012/04/29(日) 22:46:13.38
int i, a = 1;
for(i = 0; i < 100; i++){
a = 1 - a;
printf("%d\n",a);
}

ここまで見た
  • 87
  •  
  • 2012/05/13(日) 22:22:56.65
// main関数何個あるんだよw

ここまで見た
  • 88
  •  
  • 2012/05/17(木) 14:34:12.51
#
#
#include<windows.h>

ここまで見た
  • 89
  •  
  • 2012/05/17(木) 22:21:36.83
//ここからこのスレをコンパイル通るようにしたやつは天才

ここまで見た
  • 90
  •  
  • 2012/06/03(日) 11:11:22.06
/* なぜかコメントアウトすると動く */

ここまで見た
  • 91
  •  
  • 2012/06/04(月) 14:32:56.19
abort();

ここまで見た
  • 92
  •  
  • 2012/06/04(月) 19:04:49.43
_asm {jmp _main}

ここまで見た
  • 93
  •  
  • 2012/06/09(土) 15:44:02.80
__asm halt

ここまで見た
  • 94
  •  
  • 2012/06/27(水) 00:40:27.46
:q!

ここまで見た
  • 95
  •  
  • 2012/06/27(水) 00:42:09.98
vi

ここまで見た
  • 96
  •  
  • 2012/07/08(日) 23:36:31.98
int my_money = 10000000000;

ここまで見た
  • 97
  •  
  • 2012/07/12(木) 00:11:08.82
my_money - TAX == 0

ここまで見た
  • 98
  •  
  • 2012/07/12(木) 01:02:48.15
;

ここまで見た
  • 99
  •  
  • 2012/07/12(木) 18:52:48.47
goto HELL

ここまで見た
  • 100
  •  
  • 2012/10/24(水) 00:32:32.96
return wife;

お絵かきランド
フリックゾンビ
ここまで見た

★お気に入り追加

このページを共有する
facebook twitter hatena line google mixi email
おすすめワード