Pricing
Learn
Code
Deploy
More
#include <iostream> using namespace std; int main() { cout << max(5, 10); return 0; }
created 4 years ago