QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#674486#9484. Colored Complete Graphucup-team5069#Compile Error//C++142.4kb2024-10-25 16:01:482024-10-25 16:01:50

Details

answer.code:9:8: error: ISO C++ forbids declaration of ‘op’ with no type [-fpermissive]
    9 | inline op(int x){
      |        ^~
answer.code: In function ‘int main()’:
answer.code:17:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   17 |     scanf("%d",&n);
      |     ~~~~~^~~~~~~~~