QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#167086 | #7110. Kuririn MIRACLE | ucup-team1239 | Compile Error | / | / | C++23 | 3.4kb | 2023-09-07 02:30:24 | 2023-09-07 02:30:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int32_t main()’: answer.code:74:69: error: expected primary-expression before ‘long’ 74 | if( (a*d+b)>((db)0) || (vx-v)/vy<-tan(mid) || mid<=(PI/(long double 2)) ){ | ^~~~ answer.code:74:69: error: expected ‘)’ before ‘long’ 74 | if( (a*d+b)>((db)0) || (vx-v)/vy<-tan(mid) || mid<=(PI/(long double 2)) ){ | ~^~~~ | ) answer.code:76:14: error: expected ‘)’ before ‘else’ 76 | } | ^ | ) 77 | else{ | ~~~~ answer.code:74:64: note: to match this ‘(’ 74 | if( (a*d+b)>((db)0) || (vx-v)/vy<-tan(mid) || mid<=(PI/(long double 2)) ){ | ^ answer.code:79:14: error: expected ‘)’ before ‘mid’ 79 | } | ^ | ) 80 | mid=(L+R)/((long double) 2); | ~~~ answer.code:74:15: note: to match this ‘(’ 74 | if( (a*d+b)>((db)0) || (vx-v)/vy<-tan(mid) || mid<=(PI/(long double 2)) ){ | ^