Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
My First Wall
// Adding and Subtracting #include <iostream> using namespace std; int main () { int a=7; int b=19; int c=10; int result; result = c(a + b); cout << result; return 0; }
run
|
edit
|
history
|
help
0
Microsoft - MaxEmployeeAttendence (R repititions - DP solution bitmask)
LP(Multi)
prime factorization trial division
Teatime Snack
Example of range-base for loop
inversion of array using merge sort
EqualIdentical
code
Kth smallest element
LRU - Set Sol