QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#390592 | #3787. 割耳法 | rukong | 0 | 0ms | 3572kb | C++20 | 99b | 2024-04-15 17:28:37 | 2024-04-15 17:28:37 |
Judging History
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: ''