diff --git a/200B Drinks/200B.cpp b/200B Drinks/200B.cpp new file mode 100644 index 0000000..0770e52 --- /dev/null +++ b/200B Drinks/200B.cpp @@ -0,0 +1,56 @@ +#include +using namespace std; + +#define ll long long +#define ul unsigned long long +#define pb push_back +#define ss second +#define ff first +#define fr(n) for(int i=0; i=0; i--) +#define nl '\n' +#define yes cout<<"YES"<>n; + double net=0; + fr(n) + { + int x; + cin>>x; + net+=x; + } + cout<> TC; + while (TC--) solve(); +} \ No newline at end of file