QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#231897 | #7608. Cliques | ucup-team1727# | Compile Error | / | / | C++20 | 4.1kb | 2023-10-29 17:49:34 | 2023-10-29 17:49:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:150:1: error: expected unqualified-id before numeric constant 150 | 11 | ^~ answer.code: In function ‘int main()’: answer.code:35:12: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 35 | freopen("a.in","r",stdin); | ~~~~~~~^~~~~~~~~~~~~~~~~~ answer.code:36:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 36 | scanf("%d",&n); | ~~~~~^~~~~~~~~ answer.code:39:18: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 39 | scanf("%lld",&A[i][j]); | ~~~~~^~~~~~~~~~~~~~~~~ answer.code:42:18: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 42 | scanf("%lld",&C[i][j]),C[i][j]=(C[i][j]+mod)%mod; | ~~~~~^~~~~~~~~~~~~~~~~