Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89936 何睿函 02长方形的面积 C++ Compile Error 0 MS 0 KB 133 2024-09-07 12:47:05

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ int a; a=b; int b; b=5; int c; c=a*b; cout<<c; return 0; }


Run Info:

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