https://github.com/nohomey/sap-contest-2016
Programs written to answer questions in "SAP Техноблъсканица" contest
https://github.com/nohomey/sap-contest-2016
contest cpp sap
Last synced: 11 months ago
JSON representation
Programs written to answer questions in "SAP Техноблъсканица" contest
- Host: GitHub
- URL: https://github.com/nohomey/sap-contest-2016
- Owner: NoHomey
- License: mit
- Created: 2016-11-27T13:34:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T14:19:27.000Z (over 9 years ago)
- Last Synced: 2025-03-02T18:36:02.312Z (over 1 year ago)
- Topics: contest, cpp, sap
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sap-techno-melee
Programs written to answer questions in "SAP Техноблъсканица" contest
## count-search-numbers.cc
Count how many positive integers less than 8192 have 3 times bigger binary digits sum compared to binary digits sum of the number + 1
## findXYZ.cc
X, Y, Z are positive digits in seven based number system. Find them if:
|XYY - YYX = ZXZ
|X > Y