QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#593543 | #5637. M-ary Partitions | GuanYunchang | Compile Error | / | / | C++14 | 1.3kb | 2024-09-27 14:34:14 | 2024-09-27 14:34:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:55:5: error: redefinition of ‘int main()’ 55 | int main() | ^~~~ answer.code:4:5: note: ‘int main()’ previously defined here 4 | int main() | ^~~~ answer.code: In function ‘int main()’: answer.code:75:5: error: expected primary-expression before ‘for’ 75 | for(int i=0; i<t-1; i++) | ^~~ answer.code:75:18: error: ‘i’ was not declared in this scope 75 | for(int i=0; i<t-1; i++) | ^