| 1 | #include <cstdlib> |
|---|---|
| 2 | #include <utility> |
| 3 | #include <cmath> |
| 4 | |
| 5 | int main(int argc, char **argv) { |
| 6 | std::size_t f = argc; |
| 7 | f = std::abs(x: argc); |
| 8 | f = std::div(numer: argc * 2, denom: argc).quot; |
| 9 | std::swap(a&: f, b&: f); |
| 10 | return f; // Set break point at this line. |
| 11 | } |
| 12 |
