제출 #447455

#제출 시각아이디문제언어결과실행 시간메모리
447455fuad27Sure Bet (CEOI17_sure)C++14
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h>
using namespace std;
#define double long double
int main () {
	ios_base::sync_with_stdio(0);
	cin.tie(0);
	cout.tie(0);
	long long n,Ai=0,Bi=0;cin>>n;
	long double ans=0.0,sA=0.0,sB=0.0,a[n+1],b[n+1];
	for(int i=0;i<n;i++)cin>>a[i]>>b[i];
	sort(a,a+n);sort(b,b+n);
	reverse(a,a+n);reverse(b,b+n);
	while(Ai<=n && Bi<=n) {
		if(sB<sA)sB+=b[Bi],Bi++;
		else sA+=a[Ai],Ai++;
		ans = max(ans,min(sA-Ai-Bi,sB-Ai-Bi));
	}
	cout.precision(4);
	cout<<fixed<<ans;
}

컴파일 시 표준 에러 (stderr) 메시지

sure.cpp: In function 'int main()':
sure.cpp:3:16: error: 'long long' specified with 'double'
    3 | #define double long double
      |                ^~~~
sure.cpp:9:7: note: in expansion of macro 'double'
    9 |  long double ans=0.0,sA=0.0,sB=0.0,a[n+1],b[n+1];
      |       ^~~~~~
sure.cpp:3:16: error: 'long long' specified with 'double'
    3 | #define double long double
      |                ^~~~
sure.cpp:9:7: note: in expansion of macro 'double'
    9 |  long double ans=0.0,sA=0.0,sB=0.0,a[n+1],b[n+1];
      |       ^~~~~~
sure.cpp:3:16: error: 'long long' specified with 'double'
    3 | #define double long double
      |                ^~~~
sure.cpp:9:7: note: in expansion of macro 'double'
    9 |  long double ans=0.0,sA=0.0,sB=0.0,a[n+1],b[n+1];
      |       ^~~~~~
sure.cpp:3:16: error: 'long long' specified with 'double'
    3 | #define double long double
      |                ^~~~
sure.cpp:9:7: note: in expansion of macro 'double'
    9 |  long double ans=0.0,sA=0.0,sB=0.0,a[n+1],b[n+1];
      |       ^~~~~~
sure.cpp:3:16: error: 'long long' specified with 'double'
    3 | #define double long double
      |                ^~~~
sure.cpp:9:7: note: in expansion of macro 'double'
    9 |  long double ans=0.0,sA=0.0,sB=0.0,a[n+1],b[n+1];
      |       ^~~~~~