ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#212096 | #3817. 写字 | Alex9876 | 0 | 0ms | 1252kb | C++ | 195b | 2024-10-13 11:11:11 | 2024-10-13 12:22:21 |
answer
#include<bits/stdc++.h>//骗分
int main()
{
int a,b;
std::cin>>a>>b;
std::string c,d;
std::cin>>c>>d;
if(c=="niskoobrazovan"and d=="boook"){std::cout<<5;}
else{std::cout<<-1;}
}
详细
小提示:点击横条可展开更详细的信息
Subtask #1:
score: 0
Wrong Answer
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 1244kb
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: 1252kb
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: 1252kb
input:
300 300 hgbfdbgcghedefchdabhgdddahcdedebceffegfbceehceeheggffhhddbecbfdhceeedcaeeebdaddfgccggfdcachg...
output:
-1
result:
wrong answer 1st numbers differ - expected: '3643', found: '-1'