QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#36310#1958. Grid TriangleMaMengQiCompile Error//C++11342b2022-06-27 11:43:022022-06-27 11:43:03

Details

answer.code: In function ‘int main()’:
answer.code:11:9: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
   11 |         sort(rg,rg+3);
      |         ^~~~
      |         short
answer.code:10:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   10 |         scanf("%d%d%d",&rg[0],&rg[1],&rg[2]);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~