/ Vijos /

记录详情

Compile Error

/in/foo.cc:4:0: warning: "int" redefined
 #define int a,b; de
 
/in/foo.cc:3:0: note: this is the location of the previous definition
 #define int main(){ zhen
 
/in/foo.cc:5:12: warning: ISO C++11 requires whitespace after the macro name
 #define cin>>a>>b; shi
            ^~
/in/foo.cc:6:13: warning: ISO C++11 requires whitespace after the macro name
 #define cout<<a + b<<endl; tai
             ^~
/in/foo.cc:8:9: error: macro names must be identifiers
 #define } le
         ^
/in/foo.cc:9:1: error: 'lsx' does not name a type
 lsx zhen de shi tai shuai le
 ^~~

信息

递交者
类型
递交
题目
P1000 A+B Problem
语言
C++
递交时间
2019-06-22 00:52:20
评测时间
2019-06-22 00:52:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes