Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
104400 徐梓涵 02买礼物 C++ Compile Error 0 MS 0 KB 123 2025-01-04 20:33:43

Tests(0/0):


Code:

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


Run Info:

Main.cc: In function 'int main()':
Main.cc:8:2: error: expected ';' before 'b'
  b=1000
  ^