UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#211997#3817. 写字KLLD137100ms1220kbC++238b2024-10-13 09:45:012024-10-13 12:10:52

answer

#pragma GCC optimize(3 , "Ofast" , "inline")
#include<bits/stdc++.h>
#define int long long
using namespace std;
int n , q , a[2005] , x , y;
signed main(){
	ios::sync_with_stdio(false);
	cin.tie(0) , cout.tie(0);
	cout << -1;
}

详细

小提示:点击横条可展开更详细的信息

Subtask #1:

score: 0
Wrong Answer

Test #1:

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

input:

1 1
v
v

output:

-1

result:

wrong answer 1st numbers differ - expected: '0', found: '-1'

Subtask #2:

score: 0
Wrong Answer

Test #3:

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

input:

26 300
ywzhvjnpdfqtukimsrbxageloc
brsmsrbxbxbxbxagagagegelococololegaxagaxaxbxbrbxbrsrsmikimikikimim...

output:

-1

result:

wrong answer 1st numbers differ - expected: '299', found: '-1'

Subtask #3:

score: 0
Wrong Answer

Test #6:

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

input:

300 300
hgbfdbgcghedefchdabhgdddahcdedebceffegfbceehceeheggffhhddbecbfdhceeedcaeeebdaddfgccggfdcachg...

output:

-1

result:

wrong answer 1st numbers differ - expected: '3643', found: '-1'