Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
is_sorted_30-Seconds-of-C++
#include <iostream> #include <vector> #include <algorithm> int main(){ std::vector<int> v = {1, 5, 12, 17, 21, 35}; if(is_sorted(v.begin(), v.end())){ std::cout << "Vector is sorted\n"; } else{ std::cout << "Vector is not sorted\n"; } return 0; }
run
|
edit
|
history
|
help
0
CodeChef P2 - FIZZA
multi bitmap
wealth of banks
1744. Can You Eat Your Favorite Candy on Your Favorite Day?
Pairs with given sum
Laborator 2 SD
Day3
LP(Multi)
infix to postfix v 5.0 (with exponent support)
Wipro Problem 1