Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
138619 曾钰涵 08判断是否为闰年 C++ Compile Error 0 MS 0 KB 64 2025-11-29 11:04:05

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ int


Run Info:

Main.cc: In function 'int main()':
Main.cc:4:5: error: expected unqualified-id at end of input
     int  
     ^
Main.cc:4:5: error: expected '}' at end of input