QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#796656#7604. Find the VertexCookie_CreammCompile Error//C++23238b2024-12-01 23:11:532024-12-01 23:11:54

Judging History

你现在查看的是最新测评结果

  • [2024-12-01 23:11:54]
  • 评测
  • [2024-12-01 23:11:53]
  • 提交

answer

#include<bits/stdc++.h>
void solve(){   
    
    }
    
}
 
signed main(){
    //ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
   
    
    int tt; tt = 1;
    while(tt--){
        solve();
    }
    return(0);
}

Details

answer.code:6:1: error: expected declaration before ‘}’ token
    6 | }
      | ^