cote's blog

By cote, history, 4 years ago, In English

I was trying to submit my solution to the problem: Your text to link here...

However, it gives me the error:

How to submit it correctly? I have registered an account and are allowed to submit. Here is my code: https://pastebin.com/Adi0Fq0S

This is the first time I use this website. Anyone could help me? Thanks in advance.

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by cote (previous revision, new revision, compare).

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by cote (previous revision, new revision, compare).

»
4 years ago, # |
  Vote: I like it +4 Vote: I do not like it

Your code is fine, the error is what's mentioned in the message: an MLE.

Reduce the bound of mxn and it should work fine.

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Is USACO a good platform for practice?