ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#212016 | #3817. 写字 | liujiahe0409 | 0 | 0ms | 1216kb | C++ | 148b | 2024-10-13 10:11:44 | 2024-10-13 12:13:08 |
answer
#include<bits/stdc++.h>
using namespace std;
int lens,lent;
string s,t;
int main(){
cin>>lens>>lent;
cin>>s>>t;
cout<<"-1";
return 0;
}
Details
小提示:点击横条可展开更详细的信息
Subtask #1:
score: 0
Wrong Answer
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 1204kb
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: 1216kb
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: 1212kb
input:
300 300 hgbfdbgcghedefchdabhgdddahcdedebceffegfbceehceeheggffhhddbecbfdhceeedcaeeebdaddfgccggfdcachg...
output:
-1
result:
wrong answer 1st numbers differ - expected: '3643', found: '-1'