Skip to content

Instantly share code, notes, and snippets.

@profesorek96
Last active September 10, 2017 21:32
#include <iostream>
#include <algorithm>
using namespace std;
int main() {
int n;
cin>>n;
cout<<abs(n);
return 0;
}
@profesorek96
Copy link
Author

Prezentacja wykorzystania gotowej funkcji na wartość bezwzględną z biblioteki algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment