Merge branch 'master' of github.com:Dm1tr1y147/informatics-lesson

This commit is contained in:
Dmitriy Shishkov 2020-06-03 17:23:04 +05:00
commit 11355292e6

4
1.cpp
View File

@ -1,3 +1,5 @@
// Ответ — 34
#include <iostream>
#include <vector>
#include <climits>
@ -26,4 +28,4 @@ int main()
{
cout << max_line() << '\n';
return 0;
}
}