SPOJ 8. Complete the Sequence! Problem code: CMPLS TODOLIST:… more →
C,C++/JAVA/BASH/ASM ARENAwhoami wrote 1 week ago: SPOJ 8. Complete the Sequence! Problem code: CMPLS TODOLIST: … more →
whoami wrote 1 week ago: SPOJ 42. Adding Reversed Numbers TJU 2210. Adding Reversed Numbers --AC-- #include<stdio.h> #i … more →
whoami wrote 1 week ago: SPOJ 5449. Seinfeld Problem code: ANARC09A TODOLIST; … more →
whoami wrote 2 weeks ago: SPOJ 5450. Tiles of Tetris, Not! Problem code: ANARC09B --AC-- #include<stdio.h> #include<s … more →
whoami wrote 2 weeks ago: TJU 2391. Ancient Cipher #include<stdio.h> #include<stdlib.h> #include<string.h> # … more →
whoami wrote 2 weeks ago: 2674. Java vs C++ 1163. Java vs C ++ Problem code: JAVAC --AC-- #include<stdio.h> #include< … more →
whoami wrote 3 weeks ago: TJU 1154. A Mathematical Curiosity [took 20 Mins to code] #include<stdio.h> #include<stdlib … more →
whoami wrote 3 weeks ago: TJU 1519. Ball Toss tougher --AC-- #include<stdio.h> #include<stdlib.h> #include<stri … more →
whoami wrote 3 weeks ago: TJU 2010. Sum of Consecutive Prime Numbers Source: Asia – Tokyo (Japan) 2005 --AC-- #include … more →
whoami wrote 3 weeks ago: TJU 2001. Counting Sheep #include<stdio.h> #include<stdlib.h> #include<string.h> i … more →
whoami wrote 4 weeks ago: TJU 1100. Pi --AC-- #include<stdio.h> #include<stdlib.h> #include<math.h> #include … more →
whoami wrote 1 month ago: TJU 1920. Hangover --AC-- [ for input 3.73 it gives 63 which is acceptable because of floating point … more →
whoami wrote 1 month ago: TJU 1962. Skew Binary #include<stdio.h> #include<stdlib.h> #include<string.h> #inc … more →
whoami wrote 1 month ago: TJU 1930. Doubles --AC-- #include<stdio.h> #include<stdlib.h> #include<string.h> i … more →
whoami wrote 1 month ago: TJU 1909. Robot Motion #include<stdio.h> #include<stdlib.h> #include<string.h> int … more →
whoami wrote 1 month ago: TJU 2628. Subsequence AC [ But the style of wriiten code is bad] #include<stdio.h> #include … more →
whoami wrote 1 month ago: TJU 3059. Rock, Paper, or Scissors? #include<stdio.h> #include<stdlib.h> #include<str … more →
whoami wrote 1 month ago: TJU 3120. Stock Exchange TLE //its giving TLE for the last large input #include<stdio.h> #incl … more →
whoami wrote 1 month ago: TJU 1601. Box of Bricks #include<stdio.h> #include<stdlib.h> #include<string.h> in … more →