#include using namespace std; typedef long long ll; typedef double D; typedef pair P; #define M 1000000007 #define F first #define S second #define PB push_back #define INF 100000000000000000 ll n,s,k,dp[105][20005]; int main(void){ cin>>n>>s>>k; ll p=n*(n-1)/2*k; if(s