# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1010689 | tarpent | Round words (IZhO13_rowords) | C++14 | 1 ms | 440 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include<bits/stdc++.h>
using namespace std;
string a,b;
int m,pr,od;
vector<char> ch;
int main(){
cin>>a>>b;
for(int i = 0; i<a.size(); i++){
if(a[i]==b[i]) od++;
}
cout<<od;
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |