Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
110782 | 王镜铭 | 04打印三角形 | C++ | Compile Error | 0 MS | 0 KB | 147 | 2025-02-23 13:15:36 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"%"<<endl<<"%%"<<endl<<"%%%"<<endl<<"%%%%"endl<<"%%%%%"; return 0; }
Main.cc: In function 'int main()': Main.cc:4:47: error: unable to find string literal operator 'operator""endl' with 'const char [5]', 'long unsigned int' arguments cout<<"%"<