QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#37061 | #1284. Partition Number | MaMengQi | Compile Error | / | / | C++11 | 1.0kb | 2022-06-30 10:05:39 | 2022-06-30 10:05:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:21:1: error: ‘coef’ does not name a type 21 | coef h[N],_h[N]; | ^~~~ answer.code: In function ‘int main()’: answer.code:25:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 25 | scanf("%d",&T); | ~~~~~^~~~~~~~~ answer.code:37:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 37 | scanf("%d%d",&n,&m); | ~~~~~^~~~~~~~~~~~~~ answer.code:41:18: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 41 | scanf("%d",&a[i]); | ~~~~~^~~~~~~~~~~~