QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#413995 | #3003. Cost of Living | ucup-team2880 | Compile Error | / | / | C++14 | 2.5kb | 2024-05-18 13:48:03 | 2024-05-18 13:48:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:56:17: error: ‘pritnf’ was not declared in this scope; did you mean ‘printf’? 56 | pritnf("%d\n",cnt); | ^~~~~~ | printf answer.code:57:56: warning: format ‘%lf’ expects argument of type ‘double’, but argument 2 has type ‘long double’ [-Wformat=] 57 | for(int i = 1;i <= n;++i) printf("%.10lf ",a[i][57]); | ~~~~~^ ~~~~~~~~ | | | | double long double | %.10Lf