Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
102030 | 秦浩然 | 11整数的除法 | C++ | Compile Error | 0 MS | 0 KB | 133 | 2024-12-21 11:29:48 |
#include<iostream> using namespace std; int main(){ int a,b,c,d; cin>>a>>b; cout<<a/b=e<<" "<<d; return 0; }
Main.cc: In function 'int main()': Main.cc:6:15: error: 'e' was not declared in this scope cout<