Closed dequeueing closed 10 months ago
please provide the first 8 chars of the submissions you want to compare, if you believe you've submitted the right things
i've downloaded the log of your latest 4 submissions and seems they are identical, since it's unlikely that two jars built from different source code would share a same size
please provide the first 8 chars of the submissions you want to compare, if you believe you've submitted the right things
i've downloaded the log of your latest 4 submissions and seems they are identical, since it's unlikely that two jars built from different source code would share a same size
Task ID Latest versoin: [3af17daf] Earlier version: [73f0ae3d]
If these two submissions are identical, there must be some problems with the submitJar
application.
Thank you.
yes, these two submissions have different jar files, you may
System.out.print
or log.fatal
in your service method to print the arguments and return values, then check the oj's benchmark-stdout.log
attachmentyes, these two submissions have different jar files, you may
- download the latest small dataset and run again
- add some
System.out.print
orlog.fatal
in your service method to print the arguments and return values, then check the oj'sbenchmark-stdout.log
attachment
Here is what I have done:
debug
record in the log.benchmark-stdout.log
. (I am sure I submitted the correct jar)If I cannot get practical feedback in local benchmark, I cannot improve my method. Thanks.
that's weird.. @WhatWEat is it possible for you to take some time tracking on it? i'm having an urgent task and hardly have time recently, many thanks
@dequeueing by the way, can you ask your teammate (if there's one) to submit the work (build jar, zip, and upload to oj) and see compare the report and logs with your submission? we may be hard to fix this without more info since no any other has reported this issue
I think one of my problems is that I cannot see the debug info in my terminal though the benchmark is incorrect.
My application.yml
:
Another problem is that, in some cases I get all correct result in local benchmark,but oj fails. This makes me feeling hard where to debug.
Thank you.
are you use the professional version of IDEA?
@dequeueing please confirm that the sql file you submitted could properly init the db, we found that some students update their table/function definitions in ide's console, then forget to update the sql file. if the problem still exists, please send your code to me by email for a further inspection
@dequeueing please confirm that the sql file you submitted could properly init the db, we found that some students update their table/function definitions in ide's console, then forget to update the sql file. if the problem still exists, please send your code to me by email for a further inspection
Thank you very much.
Related module
Benchmark
What happened
Hi. I modified my code and in local benchmark, it seemed that I had passed all the points in deleteVideo(). No debugs or wrong answers displayed in the log.
In short, I get correct result in local testbench, but not in OJ. I ensure that the uploaded jar is the correct version.
Thanks.
What you expected to happen
OJ grade get updated
How to reproduce
No response
Anything else
No response