ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#212091 | #3817. 写字 | Alex9876 | Compile Error | / | / | Python3 | 192b | 2024-10-13 11:10:10 | 2024-10-13 12:22:02 |
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;}
}
详细
File "answer.code", line 2 int main() ^ SyntaxError: invalid syntax