QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#300617 | #7184. Transport Pluses | ucup-team2880# | Compile Error | / | / | C++20 | 2.2kb | 2024-01-08 15:15:18 | 2024-01-08 15:15:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:89:2: error: ‘fafaes’ does not name a type 89 | }fafaes | ^~~~~~ answer.code: In function ‘int main()’: answer.code:82:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 82 | scanf("%d%d",&n,&t); | ~~~~~^~~~~~~~~~~~~~ answer.code:83:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 83 | scanf("%d%d",&st.x,&st.y); | ~~~~~^~~~~~~~~~~~~~~~~~~~ answer.code:84:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 84 | scanf("%d%d",&ed.x,&ed.y); | ~~~~~^~~~~~~~~~~~~~~~~~~~ answer.code:85:25: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 85 | rep(i,1,n) scanf("%d%d",&a[i].x,&a[i].y); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~