Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
146740 苏钰苗 02买铅笔 C++ Compile Error 0 MS 0 KB 127 2026-01-30 10:31:46

Tests(0/0):


Code:

#include<iostream> using namespace std; int main() { int a,b,c,d; cin>>a>>b>>c>>d; cout<<cd/ab<<endl; return 0; }


Run Info:

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