Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
138607 卫梓昊 01梯形的面积 C++ Compile Error 0 MS 0 KB 90 2025-11-29 10:47:45

Tests(0/0):


Code:

#include<iostream> using namespace std; int main() { cout<<(10+20)8/2; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:5:15: error: expected ';' before numeric constant
  cout<<(10+20)8/2;
               ^