WA in ALIEN
@alex_007 wrote: hey, I was solving the problem ALIEN, and my code is giving correct answers for the given test case and also test cases on the forum.. but still it is giving WA on the judge. I have...
View ArticleLooking for more examples
@deepakoo7 wrote: http://www.spoj.com/problems/JULKA/ Posts: 2 Participants: 2 Read full topic
View ArticleRegistration E-Mail is marked as "may be a scam" in Thunderbird
@dauer wrote: I just registered and Thunderbird complains that the E-Mail with the activation link might be a scam. I believe that the hyperlink in this E-Mail directs to...
View ArticleTLE in TMUL - no output and TLE on ideone C++
@usiu5555 wrote: No output (cout and fprintf) on ideone when use of any function that returns string. Succes with input like 1 10 10 and TLE with short input like 5 test cases few decimals each. works...
View ArticleCALCULAT - Digital Calculator run time error
@deepakoo7 wrote: Question:http://www.spoj.com/problems/CALCULAT/My code: http://www.spoj.com/submit/CALCULAT/id=15135062 Posts: 4 Participants: 2 Read full topic
View ArticleCount on Cantor problem - CANTON
@khalidmuhumed wrote: Hello. Can anyone please explain to me why this code might produce wrong answer. I have tried it with the spoj toolkit as well but I don't see any wrong answers. Also, is it okay...
View ArticleWA for 'The Next Palindrome' problem with Python, what am I missing?
@celzo wrote: I've been trying to solve this problem for some time, but still no luck . Maybe you folks could help? Here's my code in python: #!/usr/bin/python from sys import stdin def...
View ArticleWhat is the algorithm to solve nfactor problem
@dumborakesh wrote: what is the algorithm to solve nfactor problem Posts: 2 Participants: 2 Read full topic
View ArticleGetting runtime error SIGSEGV in Life, the Universe and Everything
@farhanwasim wrote: I have pasted my code below. I am getting segmentation fault when I submit this solution. Can someone point out what's wrong with this code? Any help will be much appreciated....
View ArticleJulka - c++ - wa
@punit13 wrote: Tried solving JULKA problem on spoj. Tried all the test cases available. Works fine for all. But still wrong answer. If anyone can help me out, I would be grateful...
View ArticleNeg 2 wa
@punit13 wrote: Tried all test cases and tried for huge numbers as well. Everytime I submit it, it fails for one of the test cases. So i wanted to know if anyone can tell me about any tricky test...
View ArticleSPOJ Tweaks - extension for Chrome
@kubik369 wrote: Hi, after few weeks of more active problem-solving on SPOJ, I have decided I wanted to change a few things about the look of the site, mainly the fact that the points were shown only...
View ArticlePlease update the Rust compiler
@kanru wrote: Rust 1.3 has been released with many enhancements and much improved performance. More improtantly the official online API documents only points to the current stable version. Posts: 1...
View ArticleWrong answer in BYTESE1
@theseus007 wrote: Im getting WA in this question.I have used Dijkstras. #include <iostream> using namespace std; #include<cstdio> #include<cmath> #include <limits> int main()...
View ArticleTLE in TROOPS
@pkbmh wrote: i am getting TLE in TROOPS 1i used priority_queue and time complexity is O(max(Ti)*k), what is the expected time complexity?? Posts: 1 Participants: 1 Read full topic
View ArticleGetting wrong answer in Alphacode
@vishal_soni wrote: Why i am getting wrong answer in alphacode?problem : http://www.spoj.com/problems/ACODE/solution : http://ideone.com/KOk8Yccan any one tell me what is wrong with my solution?...
View ArticleSIGXFSZ in SBANK
@wgtiyg wrote: I get SIGXFSZ. It really confuses me. What's that? #include <cstdio> #include <cstdlib> #include <cstring> using namespace std; int s[100000][4]; int cmp(const void...
View ArticleWA in CRSCNTRY
@priyanshiit wrote: I used the following code:https://code.hackerearth.com/1af786V I received a WA for the same. The accepted code used scanf() in place of cin and a function to find the length of...
View ArticleC question
@adichak wrote: I was asked this question recently.In C, with the help of one printf statement, find the greater of 2 numbers say A & B. I used ternary operator; although it contained two printf...
View ArticleStatus screen - seeing the green after ac
@mehmetinal wrote: The new design has still many problems and flaws, some of them are corrected, and there are changes being made all the time. Recently, when you submit a solution, it shows in black...
View Article