Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
149323 余秋烨 02长方形的面积 C++ Compile Error 0 MS 0 KB 88 2026-03-09 17:07:19

Tests(0/0):


Code:

#include <iostream> using namespace std; int main(){ int a=2 b=3; cout<<a*b }


Run Info:

Main.cc: In function 'int main()':
Main.cc:4:10: error: expected ',' or ';' before 'b'
  int a=2 b=3;
          ^
Main.cc:5:13: error: 'b' was not declared in this scope
     cout<