Advertisement
MGM_user1

C# problem

Mar 16th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 18.84 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7. namespace Okrajnost_vpisana_v_pravoagalnik_s_radion_0._0._5
  8. {
  9.     class Program
  10.     {
  11.         static void Main(string[] args)
  12.         {
  13.             Console.WriteLine("Please put an input for your first value\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  14.             Console.WriteLine("!!!Note, Say \"No\" if you don't have an input for a!!!!");
  15.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  16.             Console.WriteLine("!!!\"Any other word would have critical damage and the!");
  17.             Console.WriteLine("!!!Program will shut down emideatly!!!!!!!!!!!!!!!!!!!!");
  18.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  19.             string a;
  20.             a = Console.ReadLine();
  21.             if (a == "No")
  22.             {
  23.                 Console.WriteLine("You don't have an input for a:");
  24.             }
  25.             else if (Convert.ToInt32(a) <= 127)
  26.             {
  27.                 if (Convert.ToInt32(a) > 127)
  28.                 {
  29.                     Console.WriteLine("Exception you cannot put a number above 127");
  30.                 }
  31.                 else
  32.                 {
  33.                     Console.WriteLine("Your input for a is:" + a);
  34.                 }
  35.             }
  36.             Console.WriteLine("Please put an input for your Second value\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  37.             Console.WriteLine("!!!Note, Say \"No\" if you don't have an input for a!!!!");
  38.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  39.             Console.WriteLine("!!!\"Any other word would have critical damage and the!");
  40.             Console.WriteLine("!!!Program will shut down emideatly!!!!!!!!!!!!!!!!!!!!");
  41.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  42.             string b;
  43.             b = Console.ReadLine();
  44.             if (b == "No")
  45.             {
  46.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  47.                 Console.WriteLine("Error!!! your assigment doesn't have a salution please refer to a diffrent software\n !!Code 1245!!");
  48.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  49.             }
  50.             if (Convert.ToInt32(b) <= 127)
  51.             {
  52.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!");
  53.                 Console.WriteLine("!!!Your Input for b is!!!");
  54.                 Console.WriteLine("!!!       {0}         !!!", b);
  55.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!");
  56.             }
  57.             byte c = 5;
  58.             int ABC;
  59.             ABC = Convert.ToInt32(a) & Convert.ToInt32(b);
  60.             int CountingMethod1 = (Convert.ToInt32(a) * Convert.ToInt32(a)) + (Convert.ToInt32(b) * Convert.ToInt32(b));
  61.             object Salution = (CountingMethod1 <= c);
  62.             if (ABC >= 0)
  63.             {
  64.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  65.                 Console.WriteLine("!!!You have defined your values \"(a={0},b={1},c={2})\",Now we are !!!!!", a, b, c);
  66.                 Console.WriteLine("!!!going to calculate if the point o is in the circle K with the   !!!!!");
  67.                 Console.WriteLine("!!!                               Formula:A2*B2=C2                 !!!!!");
  68.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!! We are Calculating your salution!!!!!!!!!!!!!!!!");
  69.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!! {0}!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", Salution);
  70.             }
  71.             else if (CountingMethod1 <= c)
  72.             {
  73.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  74.                 Console.WriteLine("!!!The point that your calculating is inside the circle ((0.0,5))!!!!!!");
  75.                 Console.Beep();
  76.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!Your point is ((0.0,{0}))!!!!!!!!!!!!!!!!!!!!", CountingMethod1);
  77.                 Console.WriteLine("!!!Thank you for using our circle point calculator modify the range of!!");
  78.                 Console.WriteLine("!!!C to increase the range of the circle , Created by Kristifor Milchev!");
  79.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!(v0.01)!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  80.             }
  81.             else if (CountingMethod1 >= c)
  82.             {
  83.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  84.                 Console.WriteLine("!!!The point that your calculating is outside the circle ((0.0,5))!!!!!!");
  85.                 Console.Beep();
  86.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!Your point is (({0},5))!!!!!!!!!!!!!!!!!!!!", CountingMethod1);
  87.                 Console.WriteLine("!!!Thank you for using our circle point calculator modify the range of!!");
  88.                 Console.WriteLine("!!!C to increase the range of the circle , Created by Kristifor Milchev!");
  89.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!(v0.01)!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  90.             }
  91.             start:
  92.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  93.             Console.WriteLine("!!!Input value for a of the cube!!!");
  94.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  95.             string aP = Console.ReadLine();
  96.             if(aP == "No")
  97.             {
  98.                 Console.WriteLine("!!!!!!!!!!!!!");
  99.                 Console.WriteLine("!!!Proceeed!!");
  100.                 Console.WriteLine("!!!!!!!!!!!!!");
  101.             }
  102.             else if(Convert.ToInt32(aP) >=0)
  103.             {
  104.                 Console.WriteLine("!!!!!!!!!!!!!!!!");
  105.                 Console.WriteLine("!!Your input!!!!");
  106.                 Console.WriteLine("!!For ab is {0}!!!",Convert.ToInt32(aP));
  107.                 Console.WriteLine("!!!!!!!!!!!!!!!!");
  108.             }
  109.             else if (Convert.ToInt32(aP) <= 0)
  110.             {
  111.                 Console.WriteLine("!!!!!!!!!!!!!!!!");
  112.                 Console.WriteLine("!!Your input!!!!");
  113.                 Console.WriteLine("!!For ab is {0}!!!", Convert.ToInt32(aP));
  114.                 Console.WriteLine("!!!!!!!!!!!!!!!!");
  115.             }
  116.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  117.             Console.WriteLine("!!!Input value for b of the cube!!!");
  118.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  119.             string bP = Console.ReadLine();
  120.             if(bP == "No")
  121.             {
  122.                 Console.WriteLine("!!!!!!!!!!!!!");
  123.                 Console.WriteLine("!!!Proceeed!!");
  124.                 Console.WriteLine("!!!!!!!!!!!!!");
  125.             }
  126.             else if(Convert.ToInt32(bP)>=1||Convert.ToInt32(bP)<=0)
  127.             {
  128.                 Console.WriteLine("!!!!!!!!!!!!!!!!");
  129.                 Console.WriteLine("!!Your input!!!!");
  130.                 Console.WriteLine("!!For bc is {0}!!!!", Convert.ToInt32(bP));
  131.                 Console.WriteLine("!!!!!!!!!!!!!!!!");
  132.             }
  133.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  134.             Console.WriteLine("!!!Input value for c of the cube!!!");
  135.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  136.             string cP = Console.ReadLine();
  137.             if(cP == "No")
  138.             {
  139.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  140.                 Console.WriteLine("!!!Error you cannot proceed!!");
  141.                 Console.WriteLine("!!!you have to know atleast!!");
  142.                 Console.WriteLine("!!!Two sides of the cude in!!");
  143.                 Console.WriteLine("!!!Order to proceed!!!!!!!!!!");
  144.                 Console.WriteLine("!!Returning to the cube start!");
  145.                 Console.WriteLine("??????????????????????????????");
  146.                 if(aP=="No"&&bP=="No"&&cP=="No")
  147.                 {
  148.                     goto start;
  149.                 }
  150.             }
  151.             else if(Convert.ToInt32(cP)>=1||Convert.ToInt32(cP)<=0)
  152.             {
  153.                 Console.WriteLine("!!!!!!!!!!!!!!!!");
  154.                 Console.WriteLine("!!Your input!!!!");
  155.                 Console.WriteLine("!!For CD is {0}!!!!", Convert.ToInt32(cP));
  156.                 Console.WriteLine("!!!!!!!!!!!!!!!!");
  157.             }
  158.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  159.             Console.WriteLine("!!!Input value for d of the cube!!!");
  160.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  161.             string dP = Console.ReadLine();
  162.             if(dP == "No")
  163.             {
  164.                 Console.WriteLine("!!!!!!!!!!!!!");
  165.                 Console.WriteLine("!!!Proceeed!!");
  166.                 Console.WriteLine("!!!!!!!!!!!!!");
  167.                 if(aP=="No"&&bP=="No"&&cP=="No"&&dP=="No")
  168.                 {
  169.                     Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  170.                     Console.WriteLine("!!!Error you cannot proceed!!");
  171.                     Console.WriteLine("!!!you have to know atleast!!");
  172.                     Console.WriteLine("!!!Two sides of the cude in!!");
  173.                     Console.WriteLine("!!!Order to proceed!!!!!!!!!!");
  174.                     Console.WriteLine("!!Returning to the cube start!");
  175.                     Console.WriteLine("??????????????????????????????");
  176.                     goto start;
  177.                 }
  178.             }
  179.             else if(Convert.ToInt32(dP)>=1||Convert.ToInt32(dP)<=1)
  180.             {
  181.                 Console.WriteLine("!!!!!!!!!!!!!!!!");
  182.                 Console.WriteLine("!!Your input!!!!");
  183.                 Console.WriteLine("!!For AD is {0}!!!!", Convert.ToInt32(dP));
  184.                 Console.WriteLine("!!!!!!!!!!!!!!!!");
  185.             }
  186.             bool abcd;
  187.             abcd = (Convert.ToInt32(aP) <= 0 || Convert.ToInt32(aP) >= 1) || (Convert.ToInt32(bP) <= 1 || Convert.ToInt32(bP) >= 1) ||
  188.             (Convert.ToInt32(cP) >= 1 || (Convert.ToInt32(cP) <= 0)) || (Convert.ToInt32(dP) >= 1 || Convert.ToInt32(dP) <= 0);
  189.             if(abcd == true)
  190.             {
  191.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  192.                 Console.WriteLine("!!!Your cube ABCD is with sizes equals to!!!!!!!");
  193.                 Console.WriteLine("!!!AB = {0} BC = {1} BC = {2} CD = {3} !!!!!!!!!!!!!!!!!!!!!",aP,bP,cP,dP);
  194.                 Console.WriteLine("!!!You know the size of the cube now your !!!!!!");
  195.                 Console.WriteLine("!!!to proceed with the program!!!!!!!!!!!!!!!!!!");
  196.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  197.             }
  198.             int abc;
  199.             abc = 90;
  200.             int adc;
  201.             adc = 90;
  202.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  203.             Console.WriteLine("!!!You have to put input for the corner BCD note !!!");
  204.             Console.WriteLine("!!!If you don't have an input say \"No\" and go !!!!");
  205.             Console.WriteLine("!!!!!!!!!!!!!!!!!!--Futher--!!!!!!!!!!!!!!!!!!!!!!!!");
  206.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  207.             string bcd;
  208.             bcd = Console.ReadLine();
  209.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  210.             Console.WriteLine("!!!You have to put input for the corner CDA note !!!");
  211.             Console.WriteLine("!!!If you don't have an input say \"No\" and go !!!!");
  212.             Console.WriteLine("!!!!!!!!!!!!!!!!!!--Futher--!!!!!!!!!!!!!!!!!!!!!!!!");
  213.             Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  214.             string cda;
  215.             cda = Console.ReadLine();
  216.             if(Convert.ToInt32(bcd) >= 1)
  217.             {
  218.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  219.                 Console.WriteLine("Your input for the corner BCD is");
  220.                 Console.WriteLine("!!!!!!!!!!!!!!{0}!!!!!!!!!!!!!!!!",bcd);
  221.             }
  222.             else if(bcd=="No")
  223.             {
  224.                 Console.WriteLine("!!!!!!!!!!!!!!!!!");
  225.                 Console.WriteLine("!!!!Proceed!!!!!!");
  226.                 Console.WriteLine("!!!!!!!!!!!!!!!!!");
  227.             }
  228.             if(Convert.ToInt32(cda)>=1)
  229.             {
  230.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  231.                 Console.WriteLine("Your input for the corner CDA is");
  232.                 Console.WriteLine("!!!!!!!!!!!!!!{0}!!!!!!!!!!!!!!!!", cda);
  233.             }
  234.             else if(cda=="No")
  235.             {
  236.                 Console.WriteLine("!!!!!!!!!!!!!!!!!");
  237.                 Console.WriteLine("!!!!Proceed!!!!!!");
  238.                 Console.WriteLine("!!!!!!!!!!!!!!!!!");
  239.             }
  240.             if(cda=="No"&&bcd=="No")
  241.             {
  242.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  243.                 Console.WriteLine("!!!You don't know the corners for!!");
  244.                 Console.WriteLine("!!!CDA and BCD thefore your cube!!!");
  245.                 Console.WriteLine("!!!Is determinated by the other !!!");
  246.                 Console.WriteLine("!!!two corners that are ABC and !!!");
  247.                 Console.WriteLine("!!!ADC they both equal to 90 deg!!!");
  248.                 Console.WriteLine("!!!rees and this means that the !!!");
  249.                 Console.WriteLine("!!!the cube exsists and its forged!!");
  250.                 Console.WriteLine("!!!under the field of ABCD you can!!");
  251.                 Console.WriteLine("!!!!!!!!!!Proceed!!!!!Futher!!!!!!!!");
  252.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  253.             }
  254.             else if(Convert.ToInt32(cda)>=1||Convert.ToInt32(bcd)>=1)
  255.             {
  256.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  257.                 Console.WriteLine("!!!Great the cube exsists!!!");
  258.                 Console.WriteLine("!!!You can now proceeed!!!!!!");
  259.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  260.             }
  261.             int degrees = 3 * 90;
  262.             bool checkif;
  263.             checkif = abcd;
  264.             if(checkif)
  265.             {
  266.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  267.                 Console.WriteLine("!!!You have come to the final stage of the program.!!!!!!!!!!!!!!!!!!!!!");
  268.                 Console.WriteLine("!!!Now we are going to make a conclusion of the assigment!!!!!!!!!!!!!!!");
  269.                 Console.WriteLine("!!!We are going to check if the point o is inside the circle!!!!!!!!!!!!");
  270.                 Console.WriteLine("!!!k that is inside the cube abcd we are going to use the rule!!!!!!!!!!");
  271.                 Console.WriteLine("!!!for equal corners that states that two equal corners of 90!!!!!!!!!!!");
  272.                 Console.WriteLine("!!!degree makes enough to state that the cube exsists and all!!!!!!!!!!!");
  273.                 Console.WriteLine("!!!corners equal to each other or in numbers \"{0}\"exactly degree!!!!!!",degrees );
  274.                 Console.WriteLine("!!!We are calculating the descision please wait for the check process!!!");
  275.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  276.                 Console.Beep();
  277.                 Console.WriteLine("$$$$$$$$$$$$$$$$$$$$$");
  278.                 Console.WriteLine("$Loading please wait$");
  279.                 Console.WriteLine("$$$$$$$$$One$$$$$$$$$");
  280.                 Console.Beep();
  281.                 Console.WriteLine("$$$$$$$$$$$$$$$$$$$$$");
  282.                 Console.WriteLine("$Loading please wait$");
  283.                 Console.WriteLine("$$$$$$$$Two$$$$$$$$$$");
  284.                 Console.Beep();
  285.                 Console.WriteLine("$$$$$$$$$$$$$$$$$$$$$");
  286.                 Console.WriteLine("$Loading please wait$");
  287.                 Console.WriteLine("$$$$$$$$$Three$$$$$$$");
  288.                 Console.Beep();
  289.                 Console.WriteLine("$$$$$$$$$$$$$$$$$$$$$");
  290.                 Console.WriteLine("$Loading please wait$");
  291.                 Console.WriteLine("$$$$$$$$$Four$$$$$$$$");
  292.                 Console.Beep();
  293.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  294.                 Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Loading compleate!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  295.                 Console.WriteLine("!!!Now we are going to proceed with the next step of the assigmnet please!!!");
  296.                 Console.WriteLine("!!!wait to check the score of the assigment that you need done !!!!!!!!!!!!!");
  297.                 Console.Beep();
  298.                 Random r = new Random();
  299.                 int number1 = r.Next(1,20);
  300.                 if((Convert.ToInt32(aP)>=number1)||(Convert.ToInt32(bP)>=number1)||(Convert.ToInt32(cP)>=number1)||(Convert.ToInt32(dP)>=number1))
  301.                 {
  302.                     Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  303.                     Console.WriteLine("!!!Your number is greater then 5 witch means that its outside the circle!!!");
  304.                     Console.WriteLine("!!!((0.0.5)) that is surrounded by the cube (({0}.{1}.{2}.{3]))therefore!!!", Convert.ToInt32(aP), Convert.ToInt32(bP), Convert.ToInt32(cP), Convert.ToInt32(dP));
  305.                     Console.WriteLine("!!!Your point is exactly at the size of ((0.0.{0}) witch means that your!!!");
  306.                     Console.WriteLine("!!!Salution is equal to {0} witch is the point outide the circle and the!!!",Salution);
  307.                     Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Cube!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  308.                 }
  309.                 else if((Convert.ToInt32(aP)<=number1)||(Convert.ToInt32(bP)<=number1)||(Convert.ToInt32(cP)<=number1)||(Convert.ToInt32(dP)<=number1))
  310.                 {
  311.                     Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  312.                     Console.WriteLine("!!!Your number is greater then 0.1 witch means that its inside the circle!!!");
  313.                     Console.WriteLine("!!!((0.0.5)) that is surrounded by the cube (({0},{1},{2},{3]))therefore!!!", Convert.ToInt32(aP), Convert.ToInt32(bP), Convert.ToInt32(cP), Convert.ToInt32(dP));
  314.                     Console.WriteLine("!!!Your point is exactly at the size of ((0.0.{0}) witch means that your!!!",number1);
  315.                     Console.WriteLine("!!!Salution is equal to {0} witch is the point inside the circle and the!!!",Salution);
  316.                     Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Cube!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
  317.                 }
  318.             }
  319.         }
  320.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement