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
cppPyClass
Tubee c++
Vectores - insertar ordenado e imprimir
MovConstrAssign
Two pointer - MUST DO
Addition of two matrix **Part 1
A • Potato Sacks
completed
TemplateRemove
顺序表的实现——动态分配