Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
4748 陆若涵 06变换四位数 C++ Compile Error 0 MS 0 KB 191 2024-09-14 19:54:28

Tests(0/0):


Code:

#include <iostream> using namespace std; int main(){ cout<<" \\"<<endl; cout<<" \\\\\\"<<endl; cout<<"\\\\\\\\\\"<<endl; cout<<" \\\\\\"<<endl; cout<<" \\"<<endl;


Run Info:

Main.cc: In function 'int main()':
Main.cc:8:23: error: expected '}' at end of input
     cout<"  \\"<<endl;
                       ^