QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#379557 | #3697. Carries | ucup-team1383 | Compile Error | / | / | C++17 | 942b | 2024-04-06 17:51:22 | 2024-04-06 17:51:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
cc1plus: error: ‘::main’ must return ‘int’ answer.code: In function ‘int main()’: answer.code:38:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 38 | scanf("%lld",&a[i]); | ~~~~~^~~~~~~~~~~~~~