Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
104047 | 何松羽 | 求点积 | C++ | Compile Error | 0 MS | 0 KB | 97 | 2025-01-04 12:02:37 |
#include<bits/stdc++.h> using namespace std; int main(){ int a[n]; int b[n]; return 0; }
Main.cc: In function 'int main()': Main.cc:4:8: error: 'n' was not declared in this scope int a[n]; ^