[ create a new paste ] login | about

ikkyu

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by ikkyu:

C, pasted on Dec 4:
1
2
3
4
5
#include<stdio.h>
#include<stdlib.h>
#include<time.h>

static char ROAD[] = "  "; //道
...
view (26 lines, 21 lines of output)
C, pasted on Nov 20:
1
2
3
4
5
#include <stdio.h>
#include <math.h>
int main(void)
{
        static const float teikou[]={1.0f,1.1f,1.2f,1.3f,1.5f,1.6f,2.8f,2.0f,2.2f,2.4f,2.7f,3.0f,3.3f,3.6f,3.9f,4.3f,5.1f,5.6f,6.2f,6.8f,7.5f,8.2f,9.1f};
...
view (21 lines)
Python, pasted on Nov 19:
1
2
3
4
5
#!C:\Python32\python.exe
# -*- coding: utf-8 -*-
# Copyright (C) 2011 k. shirakami @ facebook. com All Rights Reserved.

class 演算器:
...
view (145 lines)
Python, pasted on Nov 17:
1
2
3
4
5
#!C:\Python32\python.exe
# -*- coding: utf-8 -*-
# Copyright (C) 2011 k. shirakami @ facebook. com All Rights Reserved.

class 演算器:
...
view (139 lines)