Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
89545 | 徐文杰 | 07苹果和虫子 | C++ | Compile Error | 0 MS | 0 KB | 108 | 2024-08-25 14:36:31 |
#include<iostream> using namespace std; int main(){ int a,s,d; cin>>a>>s>>d; cout<<a-(d/s);
Main.cc: In function 'int main()': Main.cc:6:18: error: expected '}' at end of input cout<