QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#29268#3588. Hamilton - The Musical19780215WA 3ms3504kbC++1181b2022-04-16 14:56:262022-04-28 14:26:26

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-04-28 14:26:26]
  • 评测
  • 测评结果:WA
  • 用时:3ms
  • 内存:3504kb
  • [2022-04-16 14:56:26]
  • 提交

answer

#include <iostream>
using namespace std;

int main()
{
cout << 0 << endl;
}

詳細信息

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 3504kb

input:

4
0 3 2 13
3 0 8 9
2 8 0 5
13 9 5 0

output:

0

result:

wrong answer 1st lines differ - expected: '16', found: '0'