QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#296822 | #7111. Press the Button | ucup-team2880# | Compile Error | / | / | C++20 | 1.2kb | 2024-01-03 17:45:44 | 2024-01-03 17:45:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:54:2: error: ‘vefjeoifj’ does not name a type 54 | }vefjeoifj | ^~~~~~~~~ answer.code: In function ‘void work()’: answer.code:18:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 18 | scanf("%d%d%d%d%lld%lld",&a,&b,&c,&d,&v,&t); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:51:21: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 51 | int T; scanf("%d",&T); | ~~~~~^~~~~~~~~