Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
107359 | 谭思宸 | 14兔子问题 | C++ | Compile Error | 0 MS | 0 KB | 116 | 2025-01-17 15:30:45 |
#include<iostream> using namespace std; int main(){ cout<<" "<<21<<" "12<<" "<<16<<endl; return 0; }
Main.cc: In function 'int main()': Main.cc:4:23: error: expected ';' before numeric constant cout<<" "<<21<<" "12<<" "<<16<