QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#123617 | #6510. Best Carry Player 3 | hyforces | Compile Error | / | / | C++14 | 626b | 2023-07-13 02:51:24 | 2023-07-13 02:51:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:15:39: error: return-statement with no value, in function returning ‘int’ [-fpermissive] 15 | if(k<=1){cout<<abs(x-y)<<endl;return;} | ^~~~~~