QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#254973#7758. Painterucup-team2438#Compile Error//C++202.9kb2023-11-18 14:23:542023-11-18 14:23:54

Details

answer.code:16:7: error: declaration of ‘r node::r’ changes meaning of ‘r’ [-fpermissive]
   16 |     r r;
      |       ^
answer.code:10:8: note: ‘r’ declared here as ‘struct r’
   10 | struct r{
      |        ^
answer.code:17:7: error: declaration of ‘c node::c’ changes meaning of ‘c’ [-fpermissive]
   17 |     c c;
      |       ^
answer.code:6:8: note: ‘c’ declared here as ‘struct c’
    6 | struct c{
      |        ^