Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
June21: Trend of temperature change, lambda function [E]
auto cmp = [](int x, int y) { return (x > y) - (x < y); }; This is a basic lambda function.
- Loading branch information