QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#296822#7111. Press the Buttonucup-team2880#Compile Error//C++201.2kb2024-01-03 17:45:442024-01-03 17:45:44

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);
      |                ~~~~~^~~~~~~~~