Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
138755 余建成 08打车费用 C++ Compile Error 0 MS 0 KB 193 2025-11-29 16:59:36

Tests(0/0):


Code:

#include<iostream> using namespace std; int main() { int a; cin>>a; if(a<=2) { cout<<6<<endl; } if(a>2) a==a-2; if(a>10) a==


Run Info:

Main.cc: In function 'int main()':
Main.cc:12:15: warning: statement has no effect [-Wunused-value]
         a==a-2;
               ^
Main.cc:14:10: error: expected primary-expression at end of input
         a==
          ^
Main.cc:14:10: error: expected '}' at end of input