[ create a new paste ] login | about

yifan666

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

Saved pastes by yifan666:

PHP, pasted on Aug 14:
1
2
3
4
5
// day2

package samsung.hanguyen.day3;

import android.net.Uri;
...
view (37 lines, 37 lines of output)
PHP, pasted on Aug 14:
1
2
3
4
5
// day2

package samsung.hanguyen.day3;

import android.content.Intent;
...
view (109 lines, 109 lines of output)
C, pasted on Aug 13:
1
2
3
4
5
package dvt.com.day1activity;

import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
...
view (88 lines, 16 lines of output)
C, pasted on Aug 13:
1
2
3
4
5
//b1

package dvt.com.day1activity;

import android.app.Activity;
...
view (50 lines, 11 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
//ladder2 : find ladder min, out: i = 0, j=...
#include <stdio.h>

int main() {
	int N, a[100][100],i,x, y, j, test_case, count, min;
...
view (52 lines, 1 line of output)
C, pasted on Aug 10:
1
2
3
4
5
// tim dau biet diem cuoi(di thang)

#include <stdio.h>

int main() {
...
view (53 lines, 1 line of output)
C, pasted on Aug 10:
1
2
3
4
5
// ABBCCBBA max

import java.util.Scanner;

public class Solution {
...
view (70 lines, 2 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
// maze
#include<iostream>
#include<conio.h>
#define nMax 100
using namespace std;
...
view (43 lines, 18 lines of output)
C, pasted on Aug 10:
1
2
3
4
#include<iostream>
#include<string>

using namespace std;
...
view (92 lines, 14 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
package src;

import java.util.Scanner;

public class palinprome {
...
view (73 lines, 3 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
// palinprome

package MatrixProduct;

import java.io.FileInputStream;
...
view (81 lines, 4 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
package src;

import java.util.Scanner;

public class GNS {
...
view (171 lines, 3 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
package src;

import java.util.Scanner;

public class palindrome2 {
...
view (153 lines, 3 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
// maze
package MatrixProduct;

import java.io.FileInputStream;
import java.util.Scanner;
...
view (80 lines, 4 lines of output)
C, pasted on Aug 10:
1
2
3
4
package MatrixProduct;

import java.io.FileInputStream;
import java.util.Scanner;
...
view (79 lines, 4 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
package src;

import java.util.Scanner;

public class calculator {
...
view (56 lines, 3 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
#include <stdio.h>

int main()
{
	int test_case, N,k, i, j,p;
...
view (115 lines)
C, pasted on Aug 10:
1
2
3
4
5
#include <stdio.h>
#include <iostream>

using namespace std;
int Qx[1000];
...
view (174 lines, 16 lines of output)
C, pasted on Aug 10:
1
2
3
4
#include <stdio.h>
#include <iostream>

using namespace std;
...
view (82 lines, 16 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
// ladder

#include<stdio.h>

int N, B, M;
...
view (86 lines, 4 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
// ladder2
#include <stdio.h>

int main()
{
...
view (67 lines, 5 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
//magnetic

#include<iostream>

using namespace std;
...
view (44 lines, 13 lines of output)
C, pasted on Aug 10:
1
2
3
4
//maze

#include <stdio.h>
#include <string>
...
view (55 lines, 7 lines of output)
C, pasted on Aug 10:
1
2
3
4
//PairingParentheses

#include <stdio.h>
#include <iostream>
...
view (84 lines, 10 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
#include <stdio.h>

int main()
{
	int test_case, N;
...
view (65 lines, 1 line of output)
C, pasted on Aug 10:
1
2
3
4
5
#include <stdio.h>

int main()
{
	int test_case, N, i, j,p;
...
view (90 lines, 2 lines of output)
C, pasted on Aug 10:
1
2
3
4
5
#include <stdio.h>

int main()
{
	int test_case, N,k, i, j,p;
...
view (111 lines)
C, pasted on Aug 10:
1
2
3
4
5
#include <stdio.h>

int main()
{
	int test_case, N,k, i, j,p;
...
view (70 lines, 10 lines of output)
C++, pasted on Aug 9:
1
2
3
4
#include <stdio.h>
#include <iostream>

using namespace std;
...
view (85 lines, 6 lines of output)
C++, pasted on Aug 8:
1
2
3
4
5
// duyet mang hinh tron oc

#include<iostream>

using namespace std;
...
view (84 lines, 3 lines of output)
C++, pasted on Aug 7:
1
2
3
4
5
#include<iostream>

using namespace std;

int main() {
...
view (40 lines, 3 lines of output, 1 comment)