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


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

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

ここまで見た
  • 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;

ここまで見た
  • 101
  •  
  • 2012/11/03(土) 00:43:59.94
int a=0;
int b=10/a;

ここまで見た
  • 102
  •  
  • 2012/11/06(火) 22:37:08.65
printf("このスレ伸びないなー");

ここまで見た
  • 103
  •  
  • 2012/11/06(火) 23:05:58.15
assert(0);

ここまで見た
  • 104
  •  
  • 2012/11/07(水) 01:34:05.04
for(i=0;i<100;i++) printf("\n工藤死ね");

ここまで見た
  • 105
  •  
  • 2012/11/16(金) 01:16:36.10
/* 実は>>1->>3で終わってるという */

ここまで見た
  • 106
  •  
  • 2012/12/01(土) 12:20:35.95
do {
int i=0;
if (i)
printk("dec\n");
} while (0);

ここまで見た
  • 107
  •  
  • 2012/12/01(土) 13:05:02.20
untitled.c(4) : error C3861: 'printk': なんかぁ〜この識別子ぃ〜見つからないし〜ちょーキモイんですけどぉ〜。ちょっとヤバくない〜?

ここまで見た
  • 108
  • makoto
  • 2012/12/01(土) 21:46:44.67
/*なんかJAVAあったぞww*/
private void button_Click(object Sender EventArgs e)
{
int point;
int reru;
int hage;
label1.Text="お前の禿げレベル入力しろ 1~10";
point=Convert.ToInt32(textBox1.Text);
reru=Convert.ToInt32(textBox2.Text);
hage=point*reru;
hage=Convert.ToString(hage);
if(hage<10)
{
MessageBox.Text=("かなり禿げてます");
}else if(hage<7)
{
MessageBox.Text("まあまあのはげです");
}else if(hage<3)
{
MessageBox("まだ手遅れじゃありません");
}
}

ここまで見た
  • 109
  •  
  • 2012/12/05(水) 21:52:30.16
//----- ダブルスラッシュなコメント禁止 -----

ここまで見た
  • 110
  •  
  • 2012/12/11(火) 03:46:22.07
/*>>1〜3で終わってるよな&#8265;*/

ここまで見た
  • 111
  •  
  • 2013/05/01(水) 22:54:23.20
#if 0
main何回出てきたよ
#endif

ここまで見た
  • 112
  •  
  • 2013/06/19(水) 17:15:49.48
printf("もうやめたい");

ここまで見た
  • 113
  •  
printf(\b\b\b\b\b\b);

ここまで見た
  • 114
  •  
Mylife.cpp(45):Syntax error; 'girlfriend' does not exist.
Mylife.cpp(48): Warning; This compiler does not guarantee implicit cast from 'boyfriend' to 'spouse<female>' in this version.

ここまで見た
  • 115
  •  
  • 2013/09/09(月) 22:29:36.32
10 'ここはコメント
20 CLS
30 IF >>21="KUMA" THEN GOTO 40 ELSE BEEP:END
40 PRINT "KUMA-"
50 GOTO 40

ここまで見た
  • 116
  •  
  • 2013/11/01(金) 00:05:15.91
exit(-1);

ここまで見た
  • 117
  •  
  • 2014/01/23(木) 15:11:36.30
while(1){
printf("えええうぇうぇう");
}

ここまで見た
  • 118
  •  
  • 2015/10/15(木) 22:38:57.54
 int i = 1 / 0 ;

ここまで見た
  • 119
  •  
  • 2015/10/23(金) 21:39:19.33
#include <curl/curl.h>

CURL curl;
/*インターネット使えないと始まらんでしょ*/

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

★お気に入り追加

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