#include<iostream> using namespace std; int main() { int a,c = 1,b,e; cin>>a; while (b <= a) { b += c; c++; e++; } cout<<e; }