Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
102169 | 秦浩然 | 11向上取整 | C++ | Compile Error | 0 MS | 0 KB | 128 | 2024-12-21 12:25:25 |
#include<iostream> using namespace std; int main(){ double a,b; cin>>a; cout<<b(b>a); return 0; }
Main.cc: In function 'int main()': Main.cc:6:16: error: 'b' cannot be used as a function cout<a); ^