hi,
i submitted my code through zip format but it showing build error how could i overcome this problem. i tried to submit c program code. please help me soon
-
Same problem for me. I tried to submit the hello world java program. Always says build error.
Why don't they just give a sample template as downloadable so that we can modify and use it for puzzle. I tried 10 times :( -
-
-
I find it a lot easier to submit solutions packaged as a single file. If you upload your missile.java file in the default package, it should just work.
-
-
-
-
-
This might work for you. http://community.gild.com/gild/topics...
-
-
gcc -lm -lcrypt -O2 -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -DUNIV_LINUX -DUNIV_LINUX -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient missile.c -o missile\n\
missile.c:6:18: error: conio.h: No such file or directory\n\
missile.c: In function \xC3\xA2\xC2\x80\xC2\x98main\xC3\xA2\xC2\x80\xC2\x99:\n\
missile.c:16: warning: ignoring return value of \xC3\xA2\xC2\x80\xC2\x98scanf\xC3\xA2\xC2\x80\xC2\x99, declared with attribute warn_unused_result\n\
make: *** [all] Error 1\n"
Have you tried compiling on your local machine?- view 3 more comments
-
-
-
-
Same problem with me, I am using c++ language..Gild showing the differerence as follows:
66a67
> -
-
@Ajit: try running you program locally, save output to file and use a program to highlight diff b/w your and the expected .out file. Should work.
-
-
-
-
My test submission for helloworld builds, but the output does not match. I have tried adding an extra newline after the output, still no luck. I am just wondering when will we start adopting the age old procedure called "templating" :P
I've actually ant tested the builds on my local m/c and also compared the md5 hashes, so I am confident the solution is correct... just need to figure out how I shall glide down to gild level! -
-
Hi,
have you tried the debug mode? The system will give you a direct feedback with a diff between your output and expected output.- view 3 more comments
-
-
-
yes, as mentioned earlier. Fortunately, it all works too :)
The error in my case is usually produced by incorrectly qualifying the name of the class. eg: executing "java gild.ReverseWords.java" would reproduce the error -
-
and I am now submitting for reversewords.. helloworld is not working for some reason.
-
-
-
-
EMPLOYEE
1If you have troubles you can download our reference solution for helloworld here:
https://github.com/Gild/examples-solu...
That should reduce any problems you may encounter while packing your solution. -
-
HI Luca,
I get output as mention in when i run the code in my system but when i run in the Debug mode i don't get it can you please help this is what the exception is raised
it looks like while reading the output file it is failing.....
Exception in thread "main" java.io.FileNotFoundException:
/opt/puzzles/a.out (Read-only file system)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:179)
at java.io.FileOutputStream.(FileOu-
Hey,
Are you trying to write your solution into a file? You just need to print it at the console. -
-
yes i was writing into file... thanks it help :)
-
-
-
-
-
Please let me know the solution to the uploading problem(bukid error)..thanks...
-
I meant build error and i have made the code in c++
-
-
-
-
-
Hi Vibhor,
have you tried to compile locally your solution? -
-
I am getting a build error in my python code. Works fine locally.
-
In your last submission:
Sorry: IndentationError: ('unexpected indent', ('/opt/candidate//topfive.py', 9, 3, '\t\t\tlcount.insert(i,dict1[item])\n')) -
-
Thank you!
-
-
-
-
Loading Profile...



Twitter,
Facebook, or email.


