diff --git a/1703A YES or YES/1703A.cpp b/1703A YES or YES/1703A.cpp new file mode 100644 index 0000000..c1d2966 --- /dev/null +++ b/1703A YES or YES/1703A.cpp @@ -0,0 +1,52 @@ +#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"<>s; + for(auto &c:s) + c=tolower(c); + if(s=="yes") + yes; + else + no; +} + +int main() +{ + fast_io; + int TC = 1; + cin >> TC; + while (TC--) solve(); +} \ No newline at end of file