QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]); | ~~~~~^~~~~~~~~~~~