C言語で1000行くまでにプログラムを完成させるスレ [sc](★0)
-
- 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 ++ "です。"
-
- 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;
-
- 101
- 2012/11/03(土) 00:43:59.94
-
int a=0;
int b=10/a;
このページを共有する
おすすめワード