QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#602700#3426. Icons in the ToolbarGuanYunchangCompile Error//C++20532b2024-10-01 12:11:052024-10-01 12:11:06

详细

answer.code: In function ‘int main(int, const char**)’:
answer.code:19:2: error: expected ‘}’ at end of input
   19 | }
      |  ^
answer.code:4:39: note: to match this ‘{’
    4 | int main(int argc, char const *argv[]){
      |                                       ^