Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
140144 晏晓满 02武王伐纣 C++ Compile Error 0 MS 0 KB 101 2025-12-13 16:22:31

Tests(0/0):


Code:

#include<iostream> using namespace std; int main() { a=4; y=8650; cout<< a*y; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:5:2: error: 'a' was not declared in this scope
  a=4;
  ^
Main.cc:6:2: error: 'y' was not declared in this scope
  y=8650;
  ^