C言語で1000行くまでにプログラムを完成させるスレ [sc](★0)
-
- 27
- 2010/06/10(木) 23:05:54
-
>>26
/* 1週間前にC言語はじめたので俺も参戦させてもらいます。 */
#include<studio.h>
a=1
b=2
c=a+b;
/* これで大丈夫ですかね */
-
- 28
- 2010/06/11(金) 05:13:13
-
>>26
それ以前の問題がww
-
- 29
- 2010/06/11(金) 11:46:06
-
// >>27
/*
#include<studio.h>
a=1
b=2
c=a+b;
*/
// これでおk
-
- 30
- 2010/06/11(金) 11:50:00
-
/* 全部コメントだとmain関数がないからリンクでエラーになるだろ */
-
- 31
- 2010/06/11(金) 14:18:16
-
>>29
それ以前の問題がww
-
- 32
- 2010/06/11(金) 19:20:52
-
// 宣言してない変数は使えないぞ
-
- 33
- 2010/06/12(土) 05:04:28
-
//>>1-3で完成してスレがおわってる
-
- 34
- 2010/06/15(火) 16:53:07
-
// os作ってみた
#include "os/os.h"
int main(int argc, char argv[]){
os.run();
return 0;
}
-
- 35
- 2010/06/27(日) 22:34:10
-
/*
-
- 36
- 2010/06/28(月) 00:23:23
-
( ) イマナラ ナニヲカイテモ ジユウダ!
( )
| |
ヽ('A`)ノ トキハナテ!
( )
ノω|
-
- 37
- 2010/06/28(月) 00:46:29
-
__[警]
( ) ('A`)
( )Vノ )
| | | |
-
- 38
- 2010/06/28(月) 05:34:58
-
[警]__
( )`)
( 乂)
| || |
-
- 39
- 2010/06/28(月) 07:18:52
-
*/
#if 0
-
- 40
- 2010/09/19(日) 20:17:05
-
Cプログラマはスタックが理解できない
-
- 41
- 2010/09/29(水) 22:21:07
-
#else
-
- 42
- 2010/11/04(木) 17:35:24
-
/*
神サイトを発見した最強のライブラリアンが使えるC言語なら実務ができるようになる
http://studiokingyo.fc2web.com/
*/
-
- 43
- 2010/11/05(金) 23:39:51
-
while( 1 ){
onanie(RightHand, Zurineta);
}
-
- 44
- 2010/11/07(日) 11:57:13
-
>>43
お前とは仕事をしたくないな
右手だけとは限らないだろうが!
-
- 45
- 2010/11/07(日) 16:04:46
-
>>44
C言語で書けよ。
printf("お前とは仕事をしたくないな\n");
printf("右手だけとは限らないだろうが!\n");
まあ無限ループから抜けられないから仕事をしたくてもできないと思われ。
-
- 46
- 2010/11/07(日) 22:11:18
-
// >>45
// おまえもちゃんとコメント使えよ
-
- 47
- 2010/11/07(日) 22:29:15
-
>>46
/*ダブルスラッシュのコメントは禁止*/
-
- 48
- 2010/11/08(月) 02:07:11
-
#if 0
>>47
いつの時代の人ですか
#endif
-
- 49
- 2010/11/08(月) 14:51:12
-
while( 1 ){
Sex(Girlfriend, MyTimpo);
}
-
- 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 ++ "です。"
-
- 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;
}
このページを共有する
おすすめワード