QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#413997 | #3003. Cost of Living | ucup-team2880 | Compile Error | / | / | C++20 | 2.5kb | 2024-05-18 13:48:55 | 2024-05-18 13:48:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:43:29: error: expected primary-expression before ‘<=’ token 43 | for(int i=1;<=n+1;i++) for(int j=1;j<=m;j++) printf("%.1lf%c", (double)a[i][j], " \n"[j==m]); | ^~