Educational Codeforces round 170 | A. Two screens | free solution | copy code from comment

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

ความคิดเห็น • 5

  • @BytePlayStudios
    @BytePlayStudios  2 หลายเดือนก่อน +2

    #include
    using namespace std;
    #define int long long
    int32_t main()
    {
    int t;
    cin>>t;
    while(t--)
    {
    string s,t;
    cin>>s>>t;
    int n=s.size();
    int m=t.size();
    int cnt=0;
    for(int i=0;i

  • @chughtaig-fd8en
    @chughtaig-fd8en 2 หลายเดือนก่อน

    solution c

  • @AmanBansal-q5c
    @AmanBansal-q5c 2 หลายเดือนก่อน +4

    Solution B ??

  • @Saransh_mishra2003
    @Saransh_mishra2003 2 หลายเดือนก่อน

    other solns?