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