Wordpress - sinauyuk.wordpress.com - Practice Make Perfect!

Latest News:

Ukhuwah-created by unknown 6 Feb 2011 | 07:21 pm

Bersama kita menjalin rasa ukhuwwah Yang telah bersemi Berawal dari rasa cinta Ilahi Menjelma rasa cinta sejati Seindah senyum manis Matahari bersinar semarakkan pagi Dedaunan melambai hijau nan...

Crazy Phytagoras 29 Oct 2010 | 10:31 pm

//checking phytagoras rectangle #include #include #include using namespace std; int main() { int input[3]; int sum, C; while (cin >> input[0] >> input[1] >> input[2]) { if ( (input[0]== 0) ...

11388 gcd lcm 24 Oct 2010 | 04:57 am

//http://uva.onlinejudge.org/external/113/11388.html //http://github.com/andmej/acm/tree/master/11388%20-%20GCD%20LCM //11388 PROBLEM d: gcd lcm #include using namespace std; int main() { int t...

11636 24 Oct 2010 | 02:46 am

//http://uva.onlinejudge.org/external/116/11636.html // 11636 Hello World! #include #include using namespace std; int main() { int mycase=0, N; double k; while (1) { cin >> N; if (N <0) b...

BIG MODULUS C++ 7 May 2010 | 10:03 pm

#include //#include using namespace std; typedef long long LL; LL A,B,C; LL recur(LL b){ //cout<<b<<endl; if(b==1) return A%C; LL t1 = recur(b/2); t1 = (t1*t1)%C; if(b%2==1) t1 = (t1*A)%C; ...

practice contest 22/1/2010 23 Jan 2010 | 12:18 am

http://acm.tju.edu.cn/toj/vcontest/contest5472.html PROBLEM B B. Serious Cow Tag /* TASK: LANG: C++ USER: smilitude1 */ #include #include #include #include #include #include #include #i...

A. Simple Task 23 Jan 2010 | 12:12 am

QUESTION #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include using name...

tes 21 Dec 2009 | 11:32 pm

fourth class Learning 4 here are some sample of html expertise: Here’s some big text Here’s some smaller text And here’s a new paragraph to round things out. this text is center this is the exa...

Problem 1001, TJU 19 Dec 2009 | 08:38 pm

// 1001 HELLO WORLD! #include <iostream> using namespace std; int main() { int num; while (scanf (“%d”, &num) != EOF) { char C = static_cast<char> (num); cout << C; } cout << endl; system ...

Quick Change 19 Dec 2009 | 07:57 pm

// QUICK CHANGE  OR FAST CHANGE #include <iostream> using namespace std; int main() { int numCase; int change; int quarter, dime, nickel, penny; int Q, D, N, P; int rem1, rem2, rem3; #define...

Recently parsed news:

Recent searches: