503 Service Unavailable
@simes wrote: I’ve been getting this for a while now. Problems in SPOJ? Posts: 1 Participants: 1 Read full topic
View ArticleBecoming a contest setter
@krhuan wrote: Hi everyone, I wonder if you found it easy to become a contest setter at SPOJ. It seems from the FAQ that it is a relatively straightforward thing which requires submitting a form, but...
View ArticleCheating again
@simes wrote: I thought I’d start a new thread rather than reawaken and notify everyone in the old cheating thread. Here are some more extremely suspicious submission histories:...
View ArticleVPL2_BC - Peter Quest Wrong Answer
@mk14 wrote: Hi guys, I’m trying to solve this problem: spoj.com/problems/VPL2_BC/ this is a easy problem,but it’s driving me crazy!! The time limit for this question is 10 seconds, and my code runs...
View ArticleHow do I change my profile picture?
@sanya37y wrote: This is a very petty gripe, but I nevertheless wish to change it. It’s a very dumb paint drawing of mine from a couple of years ago that used to be my profile picture on google. I...
View ArticleHelp me please!
@hamza0dihna wrote: SPTTRN1 - Straight Line Spiral Pattern (Act 1) #include #include using namespace std; void drawSpiral(int s) { vector<vector> grid(s, vector(s, ‘.’)); int layer = 0; while...
View ArticleADV04F - Four Chips(hard) HELP!
@zhangly wrote: Can anyone help me? I’m having trouble with this question. I’ve been trying for an entire afternoon, but always get TLE. I started with brute force BFS, and later switched to...
View ArticleWA on task
@aleksanderja wrote: Hi, can somebody give me a additional test case for this problem:https://www.spoj.com/problems/RDR2_1/ Posts: 2 Participants: 2 Read full topic
View ArticleKhushbu Jewellers
@khushbujew wrote: Khushbu Jewellers, The Fine Jewellery store is the fastest growing jewellery brand with unique designs and ultimate purity. It delivers the best chandi ka kada at affordable rates....
View ArticleABCPATH - ABC Path
@rohithyelagam wrote: #include <bits/stdc++.h> using namespace std; vector<vector> moves = {{0, 1}, {0, -1}, {1, 0}, {-1, 0}, {1, 1}, {1, -1}, {-1, 1}, {-1, -1}}; bool isValid(int x, int...
View ArticleUsername Invalid problem
@akhilsaurabh wrote: I created my account on SPOJ today. I am not able to add my spoj username on any other interviews profiles as it shows invalid username. What should i do…please someone guide me...
View ArticleBeangame
@simes wrote: Are there any masochists who fancy trying to figure out what is really required to get AC for a poorly specified problem? BEANGAME. I believe my solution prioritises the left lanes as...
View ArticleAIBOHPHOBIA - LPS vs Direct Approach
@viper25 wrote: I submitted both approaches. Using LPS, I get wrong answer but direct approach worls. I’m not able to figure out a test cases where they both would be different. Any ideas? both...
View ArticleNext Palindrome exception
@lazardukov wrote: Hello guys, I tried sometimes The next palindrome task but this is the error which was thrown everytime: Exception in thread “main” java.lang.NumberFormatException: null at...
View ArticlePALIN - wrong answer
@viper25 wrote: Is it possible to somehow see what tests exactly my code does not pass? I’m pretty sure this should be correct, and have tested on my own, in which case I don’t find any wrong results....
View ArticleHosting a competition on SPOJ
@s_guin wrote: Hi everyone. I want to host competitive programming contest for my college. I have sent a mail as specified in Hosting a contest FAQ. Can anyone in the thread tell me when can I expect...
View ArticleDCZPROST - wrong answer
@michalzelazko wrote: Is it possible to somehow see what tests exactly my code does not pass? I am pretty sure my solution is correct and when I check it on my own, the results are correct in all...
View ArticleCOT - Count on a tree - TLE
@ivaziva wrote: Please help me optimize my code #pragma GCC optimize(“Ofast”) #pragma GCC optimize("-falign-functions") #pragma GCC optimize("-falign-jumps") #pragma GCC optimize("-falign-labels")...
View ArticleGetting TLE in AKBAR - Akbar , The great. Why?
@sujalagrawal wrote: using namespace std; void fast() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); } //---------------------------------------------------------------------...
View ArticleGetting WA on the problem PIE continuously, what am I missing?
@raising_heaven wrote: spoj.com SPOJ.com - Problem PIE ... Please can anyone explain what is wrong with this code? Even providing a test case where this code fails would be appreciated. #include...
View Article