| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 137148 | 何兴驰 | 12序列的第n项 | C++ | Compile Error | 0 MS | 0 KB | 149 | 2025-11-16 12:14:06 |
#include <bits/stdc++.h> using namespace std; int main(){ int n=1; cin>>n; for(int i=0;i<=n-1;i++){ } cout<<num; }
Main.cc: In function 'int main()':
Main.cc:9:11: error: 'num' was not declared in this scope
cout<