QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#390592#3787. 割耳法rukong0 0ms3572kbC++2099b2024-04-15 17:28:372024-04-15 17:28:37

Judging History

This is the latest submission verdict.

  • [2024-04-15 17:28:37]
  • Judged
  • Verdict: 0
  • Time: 0ms
  • Memory: 3572kb
  • [2024-04-15 17:28:37]
  • Submitted

answer

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

using namespace std;

int main()
{
    
    return 0;
}

详细

Test #1:

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

input:

22
0 0
100 -5
200 -9
300 -12
400 -14
500 -15
600 -14
700 -12
800 -9
900 -5
1000 0
1000 10
900 15
800 19
700 22
600 24
500 25
400 24
300 22
200 19
100 15
0 10
100
100 -25
200 -49
300 -72
400 -94
500 -115
600 -135
700 -154
800 -172
900 -189
1000 -205
1100 -220
1200 -234
1300 -247
1400 -259
1500 -270
1...

output:


result:

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