Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
89439 | 刘佳宇 | 06买鸡腿 | C++ | Compile Error | 0 MS | 0 KB | 138 | 2024-08-24 15:30:47 |
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b/(a*3)*4+b%(3*a)/a;- }
Main.cc: In function 'int main()': Main.cc:13:1: error: expected primary-expression before '}' token } ^