Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
139676 周佳豪 08打车费用 C++ Compile Error 0 MS 0 KB 63 2025-12-08 17:02:35

Tests(0/0):


Code:

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


Run Info:

Main.cc:7:1: error: expected initializer before '}' token
 } 
 ^
Main.cc:7:1: error: expected declaration before '}' token