ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;}
}
Details
File "answer.code", line 2 int main() ^ SyntaxError: invalid syntax