QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#328319 | #8038. Hammer to Fall | PetroTarnavskyi# | WA | 0ms | 3512kb | C++20 | 122b | 2024-02-15 19:10:23 | 2024-02-15 19:10:24 |
Judging History
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: ''