View difference between Paste ID: 9SYnfZmt and 2AQa1Fiz
SHOW: | | - or go back to the newest paste.
1
public static int f(int x)
2
{
3-
	int result = х + 100 – x;
3+
	int result = х + 100 – Math.Pow(x, 2);
4
	return result;
5
}