Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
107369 谭思宸 14兔子问题 C++ Compile Error 0 MS 0 KB 120 2025-01-17 15:32:54

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ cout<<46<<" "<<21<<" "12<<" "<<16<<endl; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:4:27: error: expected ';' before numeric constant
     cout<<46<<" "<<21<<" "12<<" "<<16<