Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
125936 王培用 02武王伐纣 C++ Compile Error 0 MS 0 KB 82 2025-07-15 16:48:54

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main() { cout<<8650*4; }


Run Info:

Main.cc:4:1: error: stray '\357' in program
 cout<<8650*4; 
 ^
Main.cc:4:1: error: stray '\274' in program
Main.cc:4:1: error: stray '\233' in program
Main.cc: In function 'int main()':
Main.cc:5:1: error: expected ';' before '}' token
 }
 ^