ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#212793 | #3829. C | Alex9876 | Compile Error | / | / | Python3 | 116b | 2024-10-20 11:16:50 | 2024-10-20 12:44:16 |
answer
#include<iostream>
int main()
{
int n;
std::cin>>n;
if(n==6){std::cout<<6;}
else{std::cout<<6-2*(6-n);}
}
详细
File "answer.code", line 2 int main() ^ SyntaxError: invalid syntax