Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
130594 向运淇 02武王伐纣 C++ Compile Error 0 MS 0 KB 122 2025-09-14 10:13:29

Tests(0/0):


Code:

#include<iostream> using namespace std; #define pi 3.14 int main(){ int a=4; int b=8650; cout<<a*b<<indl; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:7:14: error: 'indl' was not declared in this scope
   cout<