Yam Code
Sign up
Login
New paste
Home
Trending
Archive
English
English
Tiếng Việt
भारत
Sign up
Login
New Paste
Browse
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> // yeu cau 1 void dem_tu(char chuoi[], int do_dai_chuoi) { int so_tu = (!isspace(chuoi[0])); for (int i = 0; i < do_dai_chuoi; i++) { if (isspace(chuoi[i]) && !isspace(chuoi[i + 1])) { // Trước là khoản trắng và ký tự sau là chữ thì tăng so_tu so_tu++; } } printf("\nSo tu cua chuoi tren la %d", so_tu); } // yeu cau 2 void dem_ky_tu(char chuoi[],int do_dai_chuoi) { printf("\n\nDem tung loai ky tu trong chuoi"); int temp, dem, x = 0; // Khai báo biến trong đó ..... char ky_tu[62]; // Do a-z, A-Z và 0-9 có 62 ký tự for (int i = 0; i < do_dai_chuoi; i++) { dem = 0; // Bắt đầu mỗi vòng lặp cho dem = 0 if (!isspace(chuoi[i])) { // Nếu chuoi[i] không phải khoảng trắng thì thực hiện temp = 1; // Bắt đầu mỗi vòng lặp gán temp=1 for (int j = i-1; j >= 0; j--) { // Kiểm tra đếm số ký tự khác nhau có trong chuỗi if (chuoi[i] == chuoi[j]) { temp =0; break; } } if (temp == 1) { // Gán giá trị ky_tu = chuoi ky_tu[x] = chuoi[i]; for (int k = 0; k < do_dai_chuoi; k++) { // Đếm xem có bao nhiêu ký tự giống nhau trong chuỗi if (ky_tu[x] == chuoi[k]) { dem++; } } printf("\n%c:%d", ky_tu[x], dem); x++; } } } } int main() { char chuoi[200]; gets(chuoi); int do_dai_chuoi = strlen(chuoi); if (do_dai_chuoi > 200 || do_dai_chuoi == 0) { printf("\nSố ký tự phải lớn hơn 0 và nhỏ hơn 200"); } else { dem_tu(chuoi, do_dai_chuoi); dem_ky_tu(chuoi, do_dai_chuoi); } return 0; }
Paste Settings
Paste Title :
[Optional]
Paste Folder :
[Optional]
Select
Syntax Highlighting :
[Optional]
Select
Markup
CSS
JavaScript
Bash
C
C#
C++
Java
JSON
Lua
Plaintext
C-like
ABAP
ActionScript
Ada
Apache Configuration
APL
AppleScript
Arduino
ARFF
AsciiDoc
6502 Assembly
ASP.NET (C#)
AutoHotKey
AutoIt
Basic
Batch
Bison
Brainfuck
Bro
CoffeeScript
Clojure
Crystal
Content-Security-Policy
CSS Extras
D
Dart
Diff
Django/Jinja2
Docker
Eiffel
Elixir
Elm
ERB
Erlang
F#
Flow
Fortran
GEDCOM
Gherkin
Git
GLSL
GameMaker Language
Go
GraphQL
Groovy
Haml
Handlebars
Haskell
Haxe
HTTP
HTTP Public-Key-Pins
HTTP Strict-Transport-Security
IchigoJam
Icon
Inform 7
INI
IO
J
Jolie
Julia
Keyman
Kotlin
LaTeX
Less
Liquid
Lisp
LiveScript
LOLCODE
Makefile
Markdown
Markup templating
MATLAB
MEL
Mizar
Monkey
N4JS
NASM
nginx
Nim
Nix
NSIS
Objective-C
OCaml
OpenCL
Oz
PARI/GP
Parser
Pascal
Perl
PHP
PHP Extras
PL/SQL
PowerShell
Processing
Prolog
.properties
Protocol Buffers
Pug
Puppet
Pure
Python
Q (kdb+ database)
Qore
R
React JSX
React TSX
Ren'py
Reason
reST (reStructuredText)
Rip
Roboconf
Ruby
Rust
SAS
Sass (Sass)
Sass (Scss)
Scala
Scheme
Smalltalk
Smarty
SQL
Soy (Closure Template)
Stylus
Swift
TAP
Tcl
Textile
Template Toolkit 2
Twig
TypeScript
VB.Net
Velocity
Verilog
VHDL
vim
Visual Basic
WebAssembly
Wiki markup
Xeora
Xojo (REALbasic)
XQuery
YAML
HTML
Paste Expiration :
[Optional]
Never
Self Destroy
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Status :
[Optional]
Public
Unlisted
Private (members only)
Password :
[Optional]
Description:
[Optional]
Tags:
[Optional]
Encrypt Paste
(
?
)
Create New Paste
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Site Languages
×
English
Tiếng Việt
भारत