Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
namelookup
#include <iostream> int x = 12; void f(bool y) { int x = 12; if (y) { int x = 13; std::cout << x; // which x? } std::cout << x; // which x? } int main() { f(true); }
run
|
edit
|
history
|
help
0
scemo dd
TwoMax
MatrixVectorConversion
vem de livezada
unique_list
Stream3
Problema2
Binary Search
D. Traveling Graph
cppPySuper