https://github.com/bringfeel/exchange-method
School work of exchange method in c++
https://github.com/bringfeel/exchange-method
c-plus-plus code cpp easy exchange math multi number numbers simple tidy
Last synced: 6 months ago
JSON representation
School work of exchange method in c++
- Host: GitHub
- URL: https://github.com/bringfeel/exchange-method
- Owner: BringFeel
- License: gpl-3.0
- Created: 2022-05-05T23:37:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T00:33:51.000Z (over 3 years ago)
- Last Synced: 2025-06-12T22:07:16.811Z (8 months ago)
- Topics: c-plus-plus, code, cpp, easy, exchange, math, multi, number, numbers, simple, tidy
- Language: C++
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EXCHANGE METHOD C++
[](https://github.com/BringFeel/exchange-method/releases/latest)
[](https://github.com/BringFeel/exchange-method/stargazers)
[](https://github.com/BringFeel/exchange-method/releases/latest)
[](https://discord.bringfeel.com)
Test code on [Online c++ compiler](https://www.onlinegdb.com/online_c++_compiler)
## [exchange method 1](https://github.com/BringFeel/exchange-method/blob/main/exchange-method-1.cpp)
Enter: 111000\
Result: 101010\

## [exchange method 2](https://github.com/BringFeel/exchange-method/blob/main/exchange-method-2.cpp)
Enter: 111000\
Result: 000111\

## [exchange method 3](https://github.com/BringFeel/exchange-method/blob/main/exchange-method-3.cpp)
Enter: 623451\
Result: 123456\

## [exchange method 4](https://github.com/BringFeel/exchange-method/blob/main/exchange-method-4.cpp)
Enter: 654321\
Result: 123456\
