QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#328319#8038. Hammer to FallPetroTarnavskyi#WA 0ms3512kbC++20122b2024-02-15 19:10:232024-02-15 19:10:24

Judging History

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

  • [2024-02-15 19:10:24]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3512kb
  • [2024-02-15 19:10:23]
  • 提交

answer

#include <iostream>

using namespace std;



int main()
{
	ios::sync_with_stdio(0);
	cin.tie(0);
	return 0;
}

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3512kb

input:

3 2 2
1 1 1
2 3 10
1 2 1
3 2

output:


result:

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