Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
| <script src="http://widgets.twimg.com/j/2/widget.js"></script> | |
| <script> | |
| new TWTR.Widget({ | |
| version: 2, | |
| type: 'profile', | |
| rpp: 5, | |
| interval: 6000, | |
| width: 'auto', | |
| height: 300, | |
| theme: { |
| #include<stdio.h> | |
| main( ) | |
| { | |
| ;printf("眠い\n") | |
| ;} |
| /* name.c */ | |
| #include <stdio.h> | |
| int main(void) | |
| { | |
| char str[101]; | |
| printf("お名前を入力してください。\n"); | |
| scanf("%s", str); | |
| printf("%sさん、こんにちは。死んでwwwwwwwwwwwwwwwwwwww\n", str); | |
| return 0; |
| #include <stdio.h> | |
| #include <math.h> | |
| #define MAX_LV 100 | |
| int main(void){ | |
| int i,n; | |
| int sum = 0; | |
| printf("LV\t#NEXT\t#TOTAL\n"); |
| package net.uhfx.calculator; | |
| import android.os.Bundle; | |
| import android.app.Activity; | |
| import android.view.Menu; | |
| import android.view.View; | |
| import android.widget.TextView; | |
| public class Main extends Activity { | |
| package com.example.dentakutest; | |
| import android.os.Bundle; | |
| import android.app.Activity; | |
| import android.view.Menu; | |
| import android.view.View; | |
| import android.widget.TextView; | |
| public class MainActivity extends Activity { |
| package net.uhfx.calculator; | |
| import android.os.Bundle; | |
| import android.app.Activity; | |
| import android.view.Menu; | |
| import android.view.View; | |
| import android.widget.TextView; | |
| public class Main extends Activity { | |
| #include <stdio.h> | |
| int main(void) | |
| { | |
| int m, n, is_prime, i, num = 0; | |
| scanf("%d", &m); | |
| scanf("%d", &n); | |
| for( num = m; num < n+1 ; num++ ){ | |
| is_prime = 1; /* num が変わるごとに再初期化しましょう */ | |
| for( i = 2; i< num+1 ; i++){ |