F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_20614698_24188.cpp:11:132: error: stray '#' in program
     using namespace std;const double eps = 1e-6;const double pi = acos(-1.0);const int INF = 0x3f3f3f3f;const int MOD = 1000000007;#define ll long long#define CL(a) memset(a,0,sizeof(a)) int main(){    int T;    ll n,x,sum;    cin>>T;    while(T--)    {        cin>>n;        sum = 0;        int k=0,re=0;        ll maxx = -INF;        for(int i=0; i<n; i++)        {            cin>>x;            if(x == 0) {re++; continue;}            if(x < 0)            {                k++;                maxx = max(maxx, x);            }            if(i == re) sum = x;            else sum *= x;        }        if(k%2&&n!=1&&!(k==1&&re+k==n)) sum /= maxx;        if(re>0&&(sum<0||n==1)) sum = 0;         cout<<sum<<endl;    }    return 0;}
                                                                                                                                    ^
0_0_20614698_24188.cpp:11:152: error: stray '#' in program
     using namespace std;const double eps = 1e-6;const double pi = acos(-1.0);const int INF = 0x3f3f3f3f;const int MOD = 1000000007;#define ll long long#define CL(a) memset(a,0,sizeof(a)) int main(){    int T;    ll n,x,sum;    cin>>T;    while(T--)    {        cin>>n;        sum = 0;        int k=0,re=0;        ll maxx = -INF;        for(int i=0; i<n; i++)        {            cin>>x;            if(x == 0) {re++; continue;}            if(x < 0)            {                k++;                maxx = max(maxx, x);            }            if(i == re) sum = x;            else sum *= x;        }        if(k%2&&n!=1&&!(k==1&&re+k==n)) sum /= maxx;        if(re>0&&(sum<0||n==1)) sum = 0;         cout<<sum<<endl;    }    return 0;}
                                                                                                                                                        ^
0_0_20614698_24188.cpp:11:133: error: 'define' does not name a type
     using namespace std;const double eps = 1e-6;const double pi = acos(-1.0);const int INF = 0x3f3f3f3f;const int MOD = 1000000007;#define ll long long#define CL(a) memset(a,0,sizeof(a)) int main(){    int T;    ll n,x,sum;    cin>>T;    while(T--)    {        cin>>n;        sum = 0;        int k=0,re=0;        ll maxx = -INF;        for(int i=0; i<n; i++)        {            cin>>x;            if(x == 0) {re++; continue;}            if(x < 0)            {                k++;                maxx = max(maxx, x);            }            if(i == re) sum = x;            else sum *= x;        }        if(k%2&&n!=1&&!(k==1&&re+k==n)) sum /= maxx;        if(re>0&&(sum<0||n==1)) sum = 0;         cout<<sum<<endl;    }    return 0;}
                                                                                                                                     ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-05-18 19:31:26, Gzip enabled