C. Registration system1300 / 哈希
Posted 幽殇默
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C. Registration system1300 / 哈希相关的知识,希望对你有一定的参考价值。
https://codeforces.com/problemset/problem/4/C
#include<bits/stdc++.h>
using namespace std;
unordered_map<string,int>mp;
int main(void)
{
int n; cin>>n;
for(int i=0;i<n;i++)
{
string s; cin>>s;
if(mp.count(s)==0) cout<<"OK"<<endl,mp[s]++;
else printf("%s%d\\n",s.c_str(),mp[s]),mp[s]++;
}
return 0;
}
以上是关于C. Registration system1300 / 哈希的主要内容,如果未能解决你的问题,请参考以下文章
[翻译]Component Registration in Script System 在脚本系统中注册组件
nyoj 991 Registration system (map)
ACS130 Introduction to Systems
AAOS调试踩坑Native registration unable to find class ‘com/android/internal/os/RuntimeInit‘; aborting..