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
Primality Test | Fermat
Listas enlazadas - k-esimo elemento
Pierwiastkowanie
Zscore
KMP substring search
TempSpecial
qwerty
Common elements in 3 sorted vectors with extra space
Test 9(2021)
Get all anagrams from given words