Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
logcOperator
//Title of this code //g++ 4.8.2 #include <iostream> #include <stdio.h> int main() { int a,b,c; a=3; b=5; c=a||b; // printf("%d", c>b?a++:b--); int d=3,e=0,f; f=d||e; // SAU LOGIC ; f=1 std::cout<<f; }
run
|
edit
|
history
|
help
0
Median of row wise sorted matrix
Weighted Average
Microsoft - MaxEmployeeAttendence (R repititions - Optimised DP)
threadpool03
exception
derive* -> gcc
Simple Interest Calculator
CutRod(BottomUp)
reverse array
adjacent_difference-30-Seconds-Of-CPP