QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#396377#2840. 绿绿与串串ucup-team1383Compile Error//C++171.4kb2024-04-22 18:03:132024-04-22 18:03:14

Details

answer.code: In function ‘void solve()’:
answer.code:10:13: warning: format ‘%s’ expects argument of type ‘char*’, but argument 2 has type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} [-Wformat=]
   10 |     scanf("%s",s);
      |            ~^
      |             |
      |             char*
answer.code: At global scope:
answer.code:67:1: error: expected unqualified-id before ‘-’ token
   67 | -
      | ^
answer.code: In function ‘void solve()’:
answer.code:10:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   10 |     scanf("%s",s);
      |     ~~~~~^~~~~~~~