the final volume fix i think
all 5 test cases pass
This commit is contained in:
parent
9736b77401
commit
ceda9a8058
3 changed files with 12 additions and 10 deletions
|
|
@ -6,4 +6,7 @@
|
|||
|
||||
typedef std::string String;
|
||||
|
||||
#endif
|
||||
#define min(a,b) (((a)<(b))?(a):(b))
|
||||
#define max(a,b) (((a)>(b))?(a):(b))
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue