QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#74535 | #4376. Dragon slayer | ZhaoZiLong | Compile Error | / | / | C++11 | 1.9kb | 2023-02-02 11:33:38 | 2023-02-02 11:33:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void Operate()’: answer.code:82:37: error: ‘node1’ was not declared in this scope 82 | cut[node1][node2].set(i); | ^~~~~ answer.code:82:44: error: ‘node2’ was not declared in this scope 82 | cut[node1][node2].set(i); | ^~~~~ answer.code:65:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 65 | scanf("%d%d%d",&n,&m,&k); | ~~~~~^~~~~~~~~~~~~~~~~~~ answer.code:66:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 66 | scanf("%d%d%d%d",&sx,&sy,&ex,&ey); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ answer.code:71:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 71 | scanf("%d%d%d%d",&r1,&c1,&r2,&c2); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:115:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 115 | scanf("%d",&t); | ~~~~~^~~~~~~~~