QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#390596#3791. Interesting CalculatorNYOJ-20 0ms3584kbC++2099b2024-04-15 17:28:442024-04-15 17:28:45

Judging History

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

  • [2024-04-15 17:28:45]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:3584kb
  • [2024-04-15 17:28:44]
  • 提交

answer

#include<iostream>
#include<bits/stdc++.h>

using namespace std;

int main()
{
    
    return 0;
}

詳細信息

Test #1:

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

input:

12 256
100 100 100 1 100 100 100 100 100 100
6 5 4 3 2 1 2 3 4 5
100 100 10 100 100 100 100 100 100 100
12 256
100 100 100 1 100 100 100 100 100 100
100 100 100 100 100 1 100 100 100 100
100 100 10 100 100 100 100 100 100 100
1 100000
100000 100000 100000 100000 100000 100000 100000 100000 100000 10...

output:


result:

wrong answer 1st lines differ - expected: 'Case 1: 9 4', found: ''