♥ΩŞämąŞÏŞΩ♥ڜ NuNGNiNGڜ  Secret  (2840 views)

 

What is ♥ΩŞämąŞÏŞΩ♥ڜ NuNGNiNGڜ doing now?

ลบ เพื่อน กุ ทำ มายยย hi5 บ้า!!!!
10 days ago  ·  Comment »

Age

19

Location

BK,[ดาวพลูโต], Thailand

Birthday

July 11
 
Advertisement

Info

http://pning13.hi5.com - Send it to your friends

Age

19

Birthday

July 11

Location

BK,[ดาวพลูโต], Thailand

Languages

Thai
 

About Me

คนที่เรารัก กับคนที่รักเรา


คำถามนี้ น่ะ!

ฮ่าๆๆๆๆ



แต่ที่แย่กว่าคือ. . . ตลอดมา "เขาไม่ได้รักเรา"



แต่มีสิ่งหนึ่ง. . .บอกให้รู้ว่า . . ."เขารักเรา"



แล้วไง?


สมองคนมันคิดไม่ได้หรอก


ู^_____^

Interests

~~ ปล่อยวาง ~~

Favorite Music

~~ ปล่อยวาง ~~ .....
 

hi5 Games

Play hi5 Games

♥ΩŞämąŞÏŞΩ♥ڜ NuNGNiNGڜ hasn't played any games recently.

 

Applications

Browse Applications

 

hi5 Gifts

Give a Gift    Get hi5 Coins

♥ΩŞämąŞÏŞΩ♥ڜ NuNGNiNGڜ has no unwrapped gifts.
 

Comments | View All Entries

Leave a comment for ♥ΩŞämąŞÏŞΩ♥ڜ NuNGNiNGڜ

Nov 23 12:48 AM
 
ดีครับ


มาเม้นให้นะครับ
 
Nov 21 6:19 AM
 
หวัดีดครับ


ม่ายเห็นมาเม้นให้เลย


เปงงัยบ้าง


สวยขึ้นนะเนี่ย
 
Nov 21 3:07 AM
 
you pen li var

mi no pim thai Nung yu nai vr

home you pim thai mi dry lor

หรือ ว่า you อยู่ เมือง นอก

I'do no ตอบ ด้วย 55

แก จา อ่าน ของ ฉัน ออก ไหม เนี่ย
 
Nov 20 9:35 AM
 
นอนดึกจังเลย


ฝันดีนะหนุงหนิง:)
 
Nov 19 11:35 PM
 
แวะ มา ทัก ทาย ทำ อา ราย อยู่ หว่า แก

ส บ ม ไหม เนี่ย

ฉาน อยาก กิน คุก กี้ แก จัง เลย อะ

เมื่อ ไหร่ หน่า จา ได้ กิน ซะ ที

แบบ ว่า คุก กี้ แก อะ อร่อย ที่ ซูดดดดดดดดดดดดดดดดดดดดดดด เลย

^^'
 
Nov 18 4:18 AM
 
หนิงๆๆ

สบายยดีไหมมจ๊ะ


หนาววแล้วววดูแลสุขภาพพด้วยยน๊า
 
Nov 17 2:06 AM
 
กรูคิดถึงเมิงงงงงงงงงงงงงง




.......................
 
Nov 17 2:00 AM
 
using System;

namespace ning
{
class Program
{
static void Main(){
Console.Write("Input a temparature in degree Celsius : ");
double x = double.Parse(Console.ReadLine());
Console.Write("{0} degrees Celsius is equivalent to {1:f1} degrees Fahrenheit",x,9.0/5.0*x+32);
Console.ReadLine();
}
}
}

ถูกแล้ววววว
 
Nov 17 1:53 AM
 
using System;
using System.Collections.Generic;
namespace ning
{
class Program
{
static void Main(){
Console.Write("Input a temparature in degree Celsius : ");
double a = double.Parse(Console.ReadLine());
Console.Write("{0} degrees Celsius is equivalent to {1:f1} degrees Farenheit.",a,9.0/5.0*(a)+32);
Console.ReadLine();
}
}
}
 
Nov 17 1:39 AM
 
ฮ่าๆๆๆ

หลายอันเหลือเกิ๊นนน^^


using System;

namespace NUJEABB
{

class JEAB{
static void Main(){
Console.Write("Input a temparature in degree Celsius : ");
double a = double.Parse(Console.ReadLine());
Console.Write("{0} degrees Celsius is equivalent to {1} degrees Farenheit.",a,9/5*(a)+32);
Console.ReadLine();
}
}

}
 
Nov 17 1:17 AM
 
อันนี้


using System;

namespace NUJEABB
{

class JEAB{
static void Main(){
Console.Write("Input Dividend : ");
int a = int.Parse(Console.ReadLine());
Console.Write("Input Divisor : ");
int b = int.Parse(Console.ReadLine());
Console.Write("Quotient of {2}/{3} is {0:f0} and remainder is {1}.",a/b,a%b,a,b);
Console.ReadLine();
}
}

}


อันนี้ถูกกก
 
Nov 17 1:16 AM
 
using System;

namespace NUJEABB
{

class JEAB{
static void Main(){
Console.Write("Input Dividend : ");
int a = int.Parse(Console.ReadLine());
Console.Write("Input Divisor : ");
int b = int.Parse(Console.ReadLine());
Console.Write("Quotient of {2}/{3} is {0:f0} and remainder is {1}.",a/b,a%b,a,b);
Console.ReadLine();
}
}

}


อันนี้ถูกกก
 
Nov 17 1:05 AM
 
หนิงๆๆๆ


เมื่อกี้แก้ใหม่

อันนี้ถูกกก

using System;
using System.Collections.Generic;

namespace NUJEABB
{

class JEAB{
static void Main(){
Console.Write("Input Dividend : ");
int a = int.Parse(Console.ReadLine());
Console.Write("Input Divisor : ");
int b = int.Parse(Console.ReadLine());
Console.Write("Quotient of {0:35/4} is {0:f0} and remainder is {1}.",a/b,a%b);
Console.ReadLine();
}
}

}
 
Nov 17 1:02 AM
 
using System;
using System.Collections.Generic;

namespace NUJEABB
{

class indy{
static void Main(){
Console.Write("Input Dividend : ");
int a = int.Parse(Console.ReadLine());
Console.Write("Input Divisor : ");
int b = int.Parse(Console.ReadLine());
Console.Write("Quotient of {0:35/4} is {0:8} and remainder is {1}.",a/b,a%b);
Console.ReadLine();
}
}

}
 
Nov 15 4:38 AM
 
แม่นาง...

คิดถึงนะ
 
Nov 14 7:26 PM
 
จร้า


กุลสตรีไทย เหมือนเค้าอ่ะแหละ
อิอิ
 
 
 
Nov 14 8:18 AM
 
พี่หนิงสบายดีไหม...???ขร๊ะ

กลับมาซื้อของไห้นีน่าด้วยนะ
 
Nov 14 3:27 AM
 
พี่หนิงเล่นอยู่ไหมขร๊ะ

Title
body