| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 153184 | 刘睿霖 | 04打印三角形 | C++ | Compile Error | 0 MS | 0 KB | 110 | 2026-05-10 11:20:02 |
#include<bits/stdc++.h> using namespuce std; int main() { return 0; }
Main.cc:2:7: error: expected nested-name-specifier before 'namespuce'
using namespuce std;
^