QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#298140#4629. Longest Increasing Subsequencedefyers#Compile Error//C++171.7kb2024-01-05 18:27:512024-01-05 18:27:51

Judging History

你现在查看的是最新测评结果

  • [2024-01-05 18:27:51]
  • 评测
  • [2024-01-05 18:27:51]
  • 提交

answer

......
...1..
...2..
...3..
......
......
......
......
====
......
......
......
...123
......
......
......
......
====
......
......
..12..
...3..
......
......
......
......
====
......
......
....1.
...23.
......
......
......
......
====
......
......
...1..
...23.
......
......
......
......
====
......
......
...12.
...3..
......
......
......
......
====
......
...12.
...3..
...4..
......
......
......
......
====
......
..12..
...3..
...4..
......
......
......
......
====
......
......
...12.
...34.
......
......
......
......
====
......
....1.
....2.
...34.
......
......
......
......
====
......
...1..
...2..
...34.
......
......
......
......
====
...1..
...2..
...3..
...4..
......
......
......
......
====
......
......
......
...123
......
......
......
......
====
......
......
..12..
...34.
......
......
......
......
====
......
......
....12
...34.
......
......
......
......
====
......
....1.
...23.
...4..
......
......
......
......
====
......
..1...
..23..
...4..
......
......
......
......
====
......
......
..123.
...4..
......
......
......
......
====
......
...1..
..23..
...4..
......
......
......
......
====
......
...1..
...23.
...4..
......
......
......
......
====
......
......
....1.
...234
......
......
......
......
====
......
......
...1..
...234
......
......
......
......
====
......
......
.123..
...4..
......
......
......
......
====
......
......
.....1
...234
......
......
......
......
====
......
......
...123
...4..
......
......
......
......
====

Details

answer.code:2:4: error: too many decimal points in number
    2 | ...1..
      |    ^~~
answer.code:3:4: error: too many decimal points in number
    3 | ...2..
      |    ^~~
answer.code:4:4: error: too many decimal points in number
    4 | ...3..
      |    ^~~
answer.code:21:2: error: too many decimal points in number
   21 | ..12..
      |  ^~~~~
answer.code:22:4: error: too many decimal points in number
   22 | ...3..
      |    ^~~
answer.code:30:4: error: too many decimal points in number
   30 | ....1.
      |    ^~~
answer.code:39:4: error: too many decimal points in number
   39 | ...1..
      |    ^~~
answer.code:49:4: error: too many decimal points in number
   49 | ...3..
      |    ^~~
answer.code:57:4: error: too many decimal points in number
   57 | ...3..
      |    ^~~
answer.code:58:4: error: too many decimal points in number
   58 | ...4..
      |    ^~~
answer.code:65:2: error: too many decimal points in number
   65 | ..12..
      |  ^~~~~
answer.code:66:4: error: too many decimal points in number
   66 | ...3..
      |    ^~~
answer.code:67:4: error: too many decimal points in number
   67 | ...4..
      |    ^~~
answer.code:83:4: error: too many decimal points in number
   83 | ....1.
      |    ^~~
answer.code:84:4: error: too many decimal points in number
   84 | ....2.
      |    ^~~
answer.code:92:4: error: too many decimal points in number
   92 | ...1..
      |    ^~~
answer.code:93:4: error: too many decimal points in number
   93 | ...2..
      |    ^~~
answer.code:100:4: error: too many decimal points in number
  100 | ...1..
      |    ^~~
answer.code:101:4: error: too many decimal points in number
  101 | ...2..
      |    ^~~
answer.code:102:4: error: too many decimal points in number
  102 | ...3..
      |    ^~~
answer.code:103:4: error: too many decimal points in number
  103 | ...4..
      |    ^~~
answer.code:120:2: error: too many decimal points in number
  120 | ..12..
      |  ^~~~~
answer.code:137:4: error: too many decimal points in number
  137 | ....1.
      |    ^~~
answer.code:139:4: error: too many decimal points in number
  139 | ...4..
      |    ^~~
answer.code:146:2: error: too many decimal points in number
  146 | ..1...
      |  ^~~~~
answer.code:147:2: error: too many decimal points in number
  147 | ..23..
      |  ^~~~~
answer.code:148:4: error: too many decimal points in number
  148 | ...4..
      |    ^~~
answer.code:156:2: error: too many decimal points in number
  156 | ..123.
      |  ^~~~~
answer.code:157:4: error: too many decimal points in number
  157 | ...4..
      |    ^~~
answer.code:164:4: error: too many decimal points in number
  164 | ...1..
      |    ^~~
answer.code:165:2: error: too many decimal points in number
  165 | ..23..
      |  ^~~~~
answer.code:166:4: error: too many decimal points in number
  166 | ...4..
      |    ^~~
answer.code:173:4: error: too many decimal points in number
  173 | ...1..
      |    ^~~
answer.code:175:4: error: too many decimal points in number
  175 | ...4..
      |    ^~~
answer.code:183:4: error: too many decimal points in number
  183 | ....1.
      |    ^~~
answer.code:192:4: error: too many decimal points in number
  192 | ...1..
      |    ^~~
answer.code:201:1: error: too many decimal points in number
  201 | .123..
      | ^~~~~~
answer.code:202:4: error: too many decimal points in number
  202 | ...4..
      |    ^~~
answer.code:220:4: error: too many decimal points in number
  220 | ...4..
      |    ^~~
answer.code:1:1: error: expected unqualified-id before ‘...’ token
    1 | ......
      | ^~~