Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
88734 | 王煜鑫 | 04打印三角形 | C++ | Compile Error | 0 MS | 0 KB | 166 | 2024-08-20 22:01:58 |
#include<iostream> using namespace std; int main(){ cout<<%<<endl; cout<<%%<<endl; cout<<%%%<<endl; cout<<%%%%<<endl; cout<<%%%%%<<endl; }
Main.cc: In function 'int main()': Main.cc:4:11: error: expected primary-expression before '%' token cout<<%<