Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
120486 万嘉宇 09闰年第n个月有多少天 C++ Compile Error 0 MS 0 KB 34 2025-05-27 19:54:56

Tests(0/0):


Code:

if(a==1){ cout<<31 }


Run Info:

Main.cc:1:1: error: expected unqualified-id before 'if'
 if(a==1){
 ^