ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
#includeusing namespace std;#define int long longint32_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
solution c
Solution B ??
other solns?
#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
solution c
Solution B ??
other solns?