Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
sdfsdf
#include <iostream> int main() { std::size_t x = 10; std::size_t y = 7; const auto a = 100.0*y/x; const auto b = y/x*100.0; std::cout << a << " vs " << b; }
run
|
edit
|
history
|
help
0
max subsequence of array
WeekAgenda
shifting
Bimap operations
Height of a binary tree
RegexReplace
HelloWorld
scemo le
Smart Pointers
selection_sort