Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
98687 刘子锐 09能否赴约 C++ Compile Error 0 MS 0 KB 166 2024-11-23 13:03:25

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; if(a==1&&a==3a==&&5){ cout<<"NO"; }else{ cout<<"YES"; } return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:5:17: error: unable to find numeric literal operator 'operator""a'
     if(a==1&&a==3a==&&5){
                 ^
Main.cc:5:17: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
Main.cc:5:23: error: expected identifier before numeric constant
     if(a==1&&a==3a==&&5){
                       ^
Main.cc:5:23: error: expected ')' before numeric constant