Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
linkage
#include <iostream> struct T { static const int i = 42; }; void check(const int& z) { std::cout << "Check: " << z << "\n"; } int main() { // uncommenting the line below will lead to link error //check(T::i); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
ChiSq
Straight Max-Min Divide and Conquer
binary
MyString
123
Updated Linked Lists - 5/10/2017 V4.0
Depth of Bin tree
Travel Buddy
https://codeforces.com/contest/449/problem/D (INCLuSION EXCLUSION principle)
FInd rows with maximum no of 1's
Please log in to post a comment.