0_0_26023774_4154.cpp:14:12: error: 'long long long' is too long for GCC
#define ll long long
^
0_0_26023774_4154.cpp:17:20: note: in expansion of macro 'll'
typedef long long ll;
^
0_0_26023774_4154.cpp:14:17: error: 'long long long' is too long for GCC
#define ll long long
^
0_0_26023774_4154.cpp:17:20: note: in expansion of macro 'll'
typedef long long ll;
^
0_0_26023774_4154.cpp:14:17: error: declaration does not declare anything [-fpermissive]
#define ll long long
^
0_0_26023774_4154.cpp:17:20: note: in expansion of macro 'll'
typedef long long ll;
^
0_0_26023774_4154.cpp: In function 'int main()':
0_0_26023774_4154.cpp:33:22: error: 'c2' was not declared in this scope
cin>>a2>>b2>>c2;
^
|