QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#60150#4809. Maximum RangexiaoyaowudiWA 1ms1744kbC++1731b2022-11-03 09:07:382022-11-03 09:51:14

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-11-03 09:51:14]
  • 评测
  • 测评结果:WA
  • 用时:1ms
  • 内存:1744kb
  • [2022-11-03 09:07:38]
  • 提交

answer

int main()
{
    return 0;
}

詳細信息

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 1744kb

input:

5 7
1 2 1
1 3 -2
2 3 1
3 4 3
4 5 1
1 5 -1
2 5 2

output:


result:

wrong output format Unexpected end of file - int32 expected