Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
142724 徐毅然 02买礼物 C++ Compile Error 0 MS 0 KB 120 2026-01-11 15:14:24

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a; a=1000-220*4 cout<<a; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:5: error: expected ';' before 'cout'
     cout<