Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Varadic macro
//g++ 5.4.0 #include <stdio.h> #define MY_MACRO(...) printf("hello\n"); return __VA_ARGS__ int foo() { MY_MACRO(0); } void toto() { MY_MACRO(); } int main(void) { int a = foo(); toto(); return 0; }
run
|
edit
|
history
|
help
0
Peg Grammar Parser Grasshopper Language
Sekhejane link
Sum of digits of number
Biggest even palindrom
codechef
cppPyBatScoreSOLID
Substring search
next permutation leetcode
kadane's algorithm
1744. Can You Eat Your Favorite Candy on Your Favorite Day?