当前位置:网站首页>1130: find the first character that appears only once
1130: find the first character that appears only once
2022-06-30 14:49:00 【I would, I think】
#include<string.h>
#include<iostream>
using namespace std;
int main()
{
char a[100000];
char b[100000];
int count;
cin.getline(a,100000);
strcpy(b,a);
int i=0,j;
for(i=0;i<strlen(a);i++)
{
for(j=0;j<strlen(b);j++)
{
if(a[i]==b[j]&&i!=j)
{
count=0;
break;
}
}
if(count==1)
{
cout<<a[i];
return 0;
}
else
count=1;
}
cout<<"no";
return 0;
}边栏推荐
- Four isolation levels of MySQL
- Summary of use of laravel DCAT admin
- IO interview questions
- Laravel RBAC laravel permission use
- Knowledge learned from the water resources institute project
- 数控加工中心打刀缸工作原理及故障处理
- Effect of shadow around the block after mouse over
- Minimum covering substring of two pointers
- Uniapp upload image method
- PHP recursive multi-level classification, infinite classification
猜你喜欢

val_ Loss decreases first and then increases or does not decrease but only increases

CCF elimination games (Full Score code + problem solving ideas + skill summary) February 2, 2015

CCF image rotation (Full Score code + problem solving idea) 201503-01

Computer screenshot how to cut the mouse in

Summary of use of laravel DCAT admin

The first dark spring cup dnuictf

CCF string matching (Full Score code + problem solving ideas + skill summary) March 3, 2014
![[extensive reading of papers] multimodal attribute extraction](/img/ec/546c107ac0d31deded7ca94fdf0e2d.jpg)
[extensive reading of papers] multimodal attribute extraction

PS cutting height 1px, Y-axis tiling background image problem

Laravel upload error
随机推荐
Repair of incorrect deletion of win10 boot entry
Invalid argument during startup: Failed to open the . conf file: redis-window
Introduction to the construction and development of composer private warehouse
Ctfshow getting started with the web (ThinkPHP topic)
浅析卧式加工中心上不规则台阶孔存在问题
CCF Z-scan (full mark code + problem solving ideas) 201412-2
Lost connection to the flow server (0 retries remaining): |Out of retries, exiting! Error reporting solution (flow)
NoViableAltException([email protected][])
The JSON data returned from the control layer to JS has a "\" translator. How to remove it
Laravel artist command error
Hbuilder most commonly used and full shortcut key set
Why is the resolution of the image generated by PHP GD library 96? How to change it to 72
V3 03_ Getting started
Upgrade composer self update
2021-08-05 leetcode notes
Upgrade centos7 mysql5.5 to mysql5.7 non RPM in the form of tar package
Error on datetime when importing SQL file from MySQL
Programming exercises: whole point and circle (solution ideas and code implementation)
中信期货开户麻烦吗安全吗,期货开户手续费是多少,能优惠吗
Solve the problem that codeblocks20.03 on win11 cannot run for the first time