Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Делим на Ноль
#include <iostream> int main() { double x=1; std::cout << "1/0=" << x/0; }
#include <iostream>
int
main
() {
double
x
=
1
;
std
::
cout
<<
"1/0="
<<
x
/
0
; }
run
|
edit
|
history
|
help
0
Integer conversions
pointer to pointer
Palindrome Recursive Function Example
unordered graphs search
Argument passing by using reference and value
void pointer
general
GraphBase
GreedyProblem1
Magic, why 1 2?