SYMBOL INDEX (888 symbols across 351 files) FILE: Not_deaf_phone/NotDeafPhone.java class NotDeafPhone (line 4) | public class NotDeafPhone { method main (line 5) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/a_glutton/Glutton.java class Glutton (line 6) | public class Glutton { method main (line 7) | public static void main(String[] args){ FILE: _other_tasks_/b_robot_secretary/RobotSecretary.java class RobotSecretary (line 8) | public class RobotSecretary { method isSmallRegister (line 9) | private static boolean isSmallRegister(char symbol) { method main (line 13) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/b_test_task_in_naumen/TestTaskInNaumen.java class TestTaskInNaumen (line 6) | public class TestTaskInNaumen { method main (line 7) | public static void main(String[] args) { FILE: _other_tasks_/big_add_one/BigAddOne.java class BigAddOne (line 10) | public class BigAddOne { method normalize (line 12) | public static int[] normalize(int[] nums) { method addOne (line 31) | public static int[] addOne(int[] num) { method main (line 50) | public static void main(String[] args) throws FileNotFoundException { FILE: _other_tasks_/big_add_one/BigAddOneShort.java class BigAddOneShort (line 9) | public class BigAddOneShort { method main (line 10) | public static void main(String[] args) throws FileNotFoundException { FILE: _other_tasks_/big_comparing_numbers/BigComparingNumbers.java class BigComparingNumbers (line 8) | public class BigComparingNumbers { method normalize (line 10) | public static int[] normalize(int[] nums) { method aSmaller (line 29) | public static boolean aSmaller (int[] a, int[] b) { method main (line 49) | public static void main(String[] args) throws FileNotFoundException { FILE: _other_tasks_/big_comparing_numbers/BigComparingNumbersShort.java class BigComparingNumbersShort (line 9) | public class BigComparingNumbersShort { method main (line 10) | public static void main(String[] args) throws FileNotFoundException { FILE: _other_tasks_/big_difference_numbers/BigDifferenceNumbers.java class BigDifferenceNumbers (line 9) | public class BigDifferenceNumbers { method normalize (line 11) | public static int[] normalize(int[] nums) { method aSmaller (line 30) | public static boolean aSmaller (int[] a, int[] b) { method minus (line 49) | public static int[] minus(int[] a, int[] b) { method main (line 82) | public static void main(String[] args) throws FileNotFoundException { FILE: _other_tasks_/big_difference_numbers/BigDifferenceNumbersShort.java class BigDifferenceNumbersShort (line 9) | public class BigDifferenceNumbersShort { method main (line 10) | public static void main(String[] args) throws FileNotFoundException { FILE: _other_tasks_/big_multiplication/BigMultiplication.java class BigMultiplication (line 8) | public class BigMultiplication { method aSmaller (line 9) | public static boolean aSmaller (int[] a, int[] b) { method multi (line 28) | public static int[] multi (int[] a, int[] b) { method divide (line 49) | public static int[] divide (int[] a, int[] b) { method main (line 67) | public static void main(String[] args) throws FileNotFoundException { FILE: _other_tasks_/big_multiplication/BigMultiplicationShort.java class BigMultiplicationShort (line 9) | public class BigMultiplicationShort { method main (line 10) | public static void main(String[] args) throws FileNotFoundException { FILE: _other_tasks_/big_sum_numbers/BigSumNumbers.java class BigSumNumbers (line 10) | public class BigSumNumbers { method normalize (line 12) | public static int[] normalize(int[] nums) { method aSmaller (line 31) | public static boolean aSmaller (int[] a, int[] b) { method plus (line 50) | public static int[] plus(int[] a, int[] b) { method main (line 81) | public static void main(String[] args) throws FileNotFoundException { FILE: _other_tasks_/big_sum_numbers/BigSumNumbersShort.java class BigSumNumbersShort (line 9) | public class BigSumNumbersShort { method main (line 10) | public static void main(String[] args) throws FileNotFoundException { FILE: _other_tasks_/book/Book.java class Book (line 6) | public class Book { method main (line 7) | public static void main(String[] args) { FILE: _other_tasks_/c_walk/Walk.java class Walk (line 6) | public class Walk { method main (line 7) | public static void main(String[] args) { FILE: _other_tasks_/champion/Champion.java class Champion (line 9) | public class Champion { method main (line 10) | public static void main(String[] args) { FILE: _other_tasks_/collector/Collector.java class Collector (line 9) | public class Collector { method main (line 10) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/d_leras_pens/LerasPens.java class LerasPens (line 6) | public class LerasPens { method main (line 7) | public static void main(String[] args) { FILE: _other_tasks_/d_reliable_tag/ReliableTag.java class ReliableTag (line 8) | public class ReliableTag { method main (line 9) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/e_knights_and_knaves/KnightsAndKnaves.java class KnightsAndKnaves (line 10) | public class KnightsAndKnaves { method main (line 11) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/exit_from_maze/ExitFromMaze.java class ExitFromMaze (line 8) | public class ExitFromMaze { method main (line 9) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/f_positive_divisors/PositiveDivisors.java class PositiveDivisors (line 9) | public class PositiveDivisors { method dev (line 10) | private static int dev(int num) { method main (line 22) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/g_couriers_implementation/CouriersImplementation.java class CouriersImplementation (line 9) | public class CouriersImplementation { method main (line 10) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/gcd/Gcd.java class Gcd (line 8) | public class Gcd { method gcd (line 9) | static int gcd(int a, int b) { method main (line 20) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/i_basketball_game/BasketballGame.java class BasketballGame (line 8) | public class BasketballGame { method main (line 9) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/intern_day/InternDay.java class InternDay (line 8) | public class InternDay { method main (line 9) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/inverse_simple_module/InverseSimpleModule.java class InverseSimpleModule (line 5) | public class InverseSimpleModule { method func (line 9) | private static long func(long x, long n) { method main (line 21) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/j_digital_protocol/DigitalProtocol.java class DigitalProtocol (line 9) | public class DigitalProtocol { method main (line 10) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/kvn/Kvn.java class Kvn (line 6) | public class Kvn { method main (line 7) | public static void main(String[] args) { FILE: _other_tasks_/large_prime_numbers/LargePrimeNumbers.java class LargePrimeNumbers (line 8) | public class LargePrimeNumbers { method main (line 9) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/microbiology/Microbiology.java class Microbiology (line 8) | public class Microbiology { method main (line 9) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/multigraph/Multigraph.java class Multigraph (line 10) | public class Multigraph { method main (line 11) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/numbers/Numbers.java class Numbers (line 7) | public class Numbers { method main (line 8) | public static void main(String[] args) { FILE: _other_tasks_/numeric_palindrome/NumericPalindrome.java class NumericPalindrome (line 10) | public class NumericPalindrome { method main (line 11) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/play/Play.java class Play (line 7) | public class Play { method main (line 8) | public static void main(String[] args) { FILE: _other_tasks_/rapid_exponentiation/RapidExponentiation.java class RapidExponentiation (line 8) | public class RapidExponentiation { method multi (line 9) | public static double multi(double x, long n) { method main (line 20) | public static void main(String[] args) throws FileNotFoundException { FILE: _other_tasks_/search/Search.java class Search (line 6) | public class Search { method main (line 7) | public static void main(String[] args) { FILE: _other_tasks_/second_above/SecondAbove.java class SecondAbove (line 10) | public class SecondAbove { method main (line 11) | public static void main(String[] args) throws IOException { FILE: _other_tasks_/tower/Tower.java class Tower (line 6) | public class Tower { method main (line 7) | public static void main(String[] args) { FILE: a_plus_b/Summ.java class Summ (line 5) | public class Summ { method main (line 6) | public static void main(String[] args) throws IOException { FILE: a_yandex/Main.java class Main (line 6) | public class Main { method getData (line 11) | private static void getData() throws IOException{ // Получение данных method main (line 32) | public static void main(String[] argv) throws IOException{ FILE: abba_gold/AbbaGold.java class AbbaGold (line 9) | public class AbbaGold { method main (line 10) | public static void main(String[] args) throws IOException { FILE: acm_world_finals/AcmWorldFnals.java class AcmWorldFnals (line 6) | public class AcmWorldFnals { method main (line 7) | public static void main(String[] argv) throws IOException{ FILE: adjacent_cells/AdjacentCells.java class AdjacentCells (line 10) | public class AdjacentCells { method findNeighbors (line 15) | private static void findNeighbors(int cellNumber){ method main (line 40) | public static void main(String[] args) throws IOException { FILE: adjustment/Adjustment.java class Adjustment (line 8) | public class Adjustment { method main (line 9) | public static void main(String[] args) throws IOException { FILE: alarm/Alarm.java class Alarm (line 6) | public class Alarm { method main (line 7) | public static void main(String[] args) throws IOException { FILE: alcohol/Alcohol.java class Alcohol (line 6) | public class Alcohol { method main (line 7) | public static void main(String[] args) throws IOException { FILE: alibaba/Alibaba.java class Alibaba (line 6) | public class Alibaba { method getData (line 9) | private static void getData() throws IOException{ // Получение данных method main (line 21) | public static void main(String[] argv) throws IOException{ FILE: alien/Alien.java class Alien (line 6) | public class Alien { method main (line 7) | public static void main(String[] args) throws IOException { FILE: alphabet/Alphabet.java class Alphabet (line 9) | public class Alphabet { method main (line 10) | public static void main(String[] args) throws IOException { FILE: amount_two/AmountTwo.java class AmountTwo (line 8) | public class AmountTwo { method main (line 9) | public static void main(String[] args) throws IOException { FILE: anagram_two/AnagramTwo.java class AnagramTwo (line 11) | public class AnagramTwo { method main (line 12) | public static void main(String[] args) throws IOException { FILE: anagrams/Anagrams.java class Anagrams (line 10) | public class Anagrams { method isAnagrams (line 11) | private static boolean isAnagrams(String firstString, String secondStr... method main (line 32) | public static void main(String[] args) throws IOException { FILE: anti_palindrome/AntiPalindrome.java class AntiPalindrome (line 10) | public class AntiPalindrome { method main (line 11) | public static void main(String[] args) throws IOException { FILE: area_triangle/areaTriangle.java class areaTriangle (line 8) | public class areaTriangle { method main (line 9) | public static void main(String[] args) throws IOException { FILE: arithmetic/Arithmetic.java class Arithmetic (line 6) | public class Arithmetic { method main (line 7) | public static void main(String[] args) throws IOException { FILE: arithmetic_progression/ArithmeticProgression.java class ArithmeticProgression (line 6) | public class ArithmeticProgression { method main (line 7) | public static void main(String[] args) throws IOException { FILE: arrange/Arrange.java class Arrange (line 11) | public class Arrange { method main (line 12) | public static void main(String[] args) throws IOException { FILE: arrival_time/ArrivalTime.java class ArrivalTime (line 6) | public class ArrivalTime { method main (line 7) | public static void main(String[] args) throws IOException { FILE: arrows/Arrows.java class Arrows (line 7) | public class Arrows { method arrowCount (line 9) | private static void arrowCount() throws IOException{ // Получение данных method main (line 18) | public static void main(String[] argv) throws IOException{ FILE: artist/Artist.java class Artist (line 11) | public class Artist { method main (line 12) | public static void main(String[] args) throws IOException { FILE: automorphic_numbers/AutomorphicNumbers.java class AutomorphicNumbers (line 9) | public class AutomorphicNumbers { method check (line 10) | private static boolean check(long a){ method main (line 20) | public static void main(String[] args) throws IOException { FILE: ballot/Ballot.java class Ballot (line 11) | public class Ballot { method main (line 12) | public static void main(String[] args) throws IOException { FILE: base_of_terrorists/BaseOfTerrorists.java class BaseOfTerrorists (line 8) | public class BaseOfTerrorists { method main (line 9) | public static void main(String[] args) throws IOException { FILE: basketball/Basketball.java class Basketball (line 6) | public class Basketball { method main (line 7) | public static void main(String[] args) throws IOException { FILE: beads/Beads.java class Beads (line 6) | public class Beads { method main (line 7) | public static void main(String[] args) throws IOException { FILE: beautiful_numbers/BeautifulNumbers.java class BeautifulNumbers (line 8) | public class BeautifulNumbers { method check (line 9) | private static boolean check(int number){ method main (line 20) | public static void main(String[] args) throws IOException { FILE: beautiful_wall/BeautifulWall.java class BeautifulWall (line 8) | public class BeautifulWall { method main (line 9) | public static void main(String[] args) throws IOException { FILE: bell/Bell.java class Bell (line 10) | public class Bell { method main (line 11) | public static void main(String[] args) throws IOException { FILE: bertrand_postulate/BertrandPostulate.java class BertrandPostulate (line 8) | public class BertrandPostulate { method simple (line 13) | private static boolean simple(int number) { method main (line 25) | public static void main(String[] args) throws IOException { FILE: best_divider/BestDivider.java class BestDivider (line 9) | public class BestDivider { method sum (line 10) | private static int sum(int number){ method main (line 19) | public static void main(String[] args) throws IOException { FILE: binary_numbers/BinaryNumbers.java class BinaryNumbers (line 6) | public class BinaryNumbers { method main (line 7) | public static void main(String[] args) throws IOException { FILE: birthday/Birthday.java class Birthday (line 10) | public class Birthday { method main (line 11) | public static void main(String[] args) throws IOException { FILE: birthday_two/BirthdayTwo.java class BirthdayTwo (line 10) | public class BirthdayTwo { method yearIsLeap (line 11) | private static boolean yearIsLeap(int year) { method main (line 15) | public static void main(String[] args) throws IOException { FILE: bit_reverse/BitReverse.java class BitReverse (line 9) | public class BitReverse { method main (line 10) | public static void main(String[] args) throws IOException { FILE: black_white_graphics/BlackWhiteGraphics.java class BlackWhiteGraphics (line 8) | public class BlackWhiteGraphics { method main (line 9) | public static void main(String[] args) throws IOException { FILE: board/Board.java class Board (line 6) | public class Board { method getData (line 11) | private static void getData() throws IOException{ // Получение данных method main (line 36) | public static void main(String[] argv) throws IOException{ FILE: bolts_nuts/BoltsNuts.java class BoltsNuts (line 6) | public class BoltsNuts { method getData (line 11) | private static void getData() throws IOException{ method main (line 26) | public static void main(String[] argv) throws IOException{ FILE: bowling/Bowling.java class Bowling (line 9) | public class Bowling { method main (line 10) | public static void main(String[] args) throws IOException { FILE: boxes/Boxes.java class Boxes (line 6) | public class Boxes { method getData (line 11) | private static void getData() throws IOException{ method main (line 32) | public static void main(String[] argv) throws IOException{ FILE: building_of_schools/BuildingOfSchools.java class BuildingOfSchools (line 6) | public class BuildingOfSchools { method main (line 7) | public static void main(String[] args) throws IOException { FILE: bulls_cows/BullsCows.java class BullsCows (line 8) | public class BullsCows { method main (line 9) | public static void main(String[] args) throws IOException { FILE: bus_tour/BusTour.java class BusTour (line 6) | public class BusTour { method main (line 7) | public static void main(String[] args) throws IOException { FILE: business/Business.java class Business (line 6) | public class Business { method getData (line 10) | private static void getData() throws IOException{ method main (line 28) | public static void main(String[] argv) throws IOException { FILE: cake/Cake.java class Cake (line 6) | public class Cake { method main (line 7) | public static void main(String[] args) throws IOException { FILE: cake_two/CakeTwo.java class CakeTwo (line 8) | public class CakeTwo { method _gcd (line 9) | private static int _gcd(int a, int b) { method main (line 14) | public static void main(String[] args) throws IOException { FILE: carousel/Carousel.java class Carousel (line 10) | public class Carousel { method pointTotal (line 13) | private static long pointTotal(){ method main (line 28) | public static void main(String[] args) throws IOException { FILE: casting/Casting.java class Casting (line 6) | public class Casting { method getData (line 10) | private static void getData() throws IOException{ method dataProcessing (line 22) | private static void dataProcessing(){ method main (line 41) | public static void main(String[] argv) throws IOException{ FILE: castle/Castle.java class Castle (line 10) | public class Castle { method sum (line 11) | private static BigInteger sum(int n, int k){ method main (line 20) | public static void main(String[] args) throws IOException { FILE: cell/Cell.java class Cell (line 6) | public class Cell { method main (line 7) | public static void main(String[] args) throws IOException { FILE: census/Census.java class Census (line 6) | public class Census { method dataValidation (line 11) | private static void dataValidation(){ // method main (line 25) | public static void main(String[] args) throws IOException { FILE: checking_for_likability/CheckingForLikability.java class CheckingForLikability (line 10) | public class CheckingForLikability { method check (line 17) | private static boolean check(int[][] arr){ method main (line 31) | public static void main(String[] args) throws IOException { FILE: chess/Chess.java class Chess (line 10) | public class Chess { method main (line 11) | public static void main(String[] args) throws IOException { FILE: chess_field/ChessField.java class ChessField (line 6) | public class ChessField { method getData (line 8) | private static void getData() throws IOException{ method main (line 17) | public static void main(String[] argv) throws IOException{ FILE: chess_horse/ChessHorse.java class ChessHorse (line 10) | public class ChessHorse { method main (line 11) | public static void main(String[] args) throws IOException { FILE: chess_workshop/ChessWorkshop.java class ChessWorkshop (line 8) | public class ChessWorkshop { method main (line 9) | public static void main(String[] args) throws IOException { FILE: chessboard/Chessboard.java class Chessboard (line 6) | public class Chessboard { method getData (line 9) | private static void getData() throws IOException{ method main (line 19) | public static void main(String[] argv) throws IOException{ FILE: chessboard_figure/ChessboardFigure.java class ChessboardFigure (line 8) | public class ChessboardFigure { method perimeter (line 9) | private static int perimeter(ArrayList data, int[][] chessboard, int c... method main (line 47) | public static void main(String[] args) throws IOException { FILE: chest_of_billy_bones/ChestOfBillyBones.java class ChestOfBillyBones (line 8) | public class ChestOfBillyBones { method main (line 9) | public static void main(String[] args) throws IOException { FILE: circle/Circle.java class Circle (line 6) | public class Circle { method main (line 7) | public static void main(String[] args) throws IOException { FILE: circle_two/CircleTwo.java class CircleTwo (line 8) | public class CircleTwo { method main (line 9) | public static void main(String[] args) throws IOException { FILE: clock/Clock.java class Clock (line 10) | public class Clock { method countNumbers (line 19) | private static void countNumbers(String number) { method addChar (line 34) | private static void addChar(char number) { method main (line 43) | public static void main(String[] args) throws IOException { FILE: clock_fight/ClockFight.java class ClockFight (line 9) | public class ClockFight { method main (line 10) | public static void main(String[] args) throws IOException { FILE: clothes/Clothes.java class Clothes (line 9) | public class Clothes { method main (line 10) | public static void main(String[] args) throws IOException { FILE: coin/Coin.java class Coin (line 6) | public class Coin { method main (line 7) | public static void main(String[] args) throws IOException { FILE: coin_two/CoinTwo.java class CoinTwo (line 9) | public class CoinTwo { method main (line 10) | public static void main(String[] args) throws IOException { FILE: colored_rain/ColoredRain.java class ColoredRain (line 9) | public class ColoredRain { method main (line 10) | public static void main(String[] args) throws IOException { FILE: coloring_multiplication_tables/ColoringMultiplicationTables.java class ColoringMultiplicationTables (line 6) | public class ColoringMultiplicationTables { method getData (line 9) | private static void getData() throws IOException{ // Получение данных method color (line 18) | private static int[] color(int n, int m){ // Раскрашиваем данные method main (line 40) | public static void main(String[] argv) throws IOException{ FILE: community_of_robots/CommunityOfRobots.java class CommunityOfRobots (line 9) | public class CommunityOfRobots { method _robotMaxCount (line 13) | private static long _robotMaxCount(long robotCountStart) { method main (line 52) | public static void main(String[] args) throws IOException { FILE: component/Component.java class Component (line 6) | public class Component { method getData (line 8) | private static void getData() throws IOException{ // Получение данных method main (line 29) | public static void main(String[] argv) throws IOException{ FILE: compression_binary_sequences/CompressionBinarySequences.java class CompressionBinarySequences (line 6) | public class CompressionBinarySequences { method getData (line 8) | private static void getData() throws IOException{ method main (line 20) | public static void main(String[] argv) throws IOException{ FILE: conditioner/Conditioner.java class Conditioner (line 6) | public class Conditioner { method main (line 7) | public static void main(String[] args) throws IOException { FILE: constant_kaprekar/ConstantKaprekar.java class ConstantKaprekar (line 6) | public class ConstantKaprekar { method getData (line 9) | private static void getData() throws IOException{ // Получение данных method numberChange (line 15) | private static int[] numberChange(int data){ // Вычисление максималног... method main (line 45) | public static void main(String[] argv) throws IOException{ FILE: construction_of_roads/ConstructionOfRoads.java class ConstructionOfRoads (line 9) | public class ConstructionOfRoads { method main (line 10) | public static void main(String[] args) throws IOException { FILE: contest/Contest.java class Contest (line 4) | public class Contest { method oneKurs (line 12) | private static void oneKurs(){ method threeKurs (line 28) | private static void threeKurs(){ method fiveKurs (line 44) | private static void fiveKurs(){ method time (line 59) | private static void time(){ method main (line 63) | public static void main(String[] args) throws IOException { FILE: convex_hull/ConvexHull.java class ConvexHull (line 8) | public class ConvexHull { method getData (line 14) | private static void getData() throws IOException{ method fillArray (line 58) | private static void fillArray(){ method main (line 94) | public static void main(String[] args) throws IOException { FILE: crane/Crane.java class Crane (line 8) | public class Crane { method main (line 9) | public static void main(String[] args) throws IOException { FILE: creator/Creator.java class Creator (line 8) | public class Creator { method main (line 9) | public static void main(String[] args) throws IOException { FILE: cross_zero/CrossZero.java class CrossZero (line 6) | public class CrossZero { method getData (line 10) | private static void getData() throws IOException{ method winnerLose (line 33) | private static void winnerLose(){ method main (line 52) | public static void main(String[] argv) throws IOException{ FILE: cryptogram/Cryptogram.java class Cryptogram (line 11) | public class Cryptogram { method _getAlphabet (line 12) | private static Map _getAlphabet() { method main (line 20) | public static void main(String[] args) throws IOException { FILE: cut/Cut.java class Cut (line 7) | public class Cut { method main (line 8) | public static void main(String[] args) throws IOException { FILE: cute_pattern/CutePattern.java class CutePattern (line 6) | public class CutePattern { method getData (line 9) | private static void getData() throws IOException{ // Получение данных method main (line 26) | public static void main(String[] argv) throws IOException{ FILE: dates/Dates.java class Dates (line 13) | public class Dates { method main (line 14) | public static void main(String[] args) throws IOException, ParseExcept... FILE: decoding/Decoding.java class Decoding (line 10) | public class Decoding { method cipher (line 11) | private static Map cipher(){ method main (line 22) | public static void main(String[] args) throws IOException { FILE: deletion/Deletion.java class Deletion (line 10) | public class Deletion { method main (line 11) | public static void main(String[] args) throws IOException { FILE: delta/Delta.java class Delta (line 6) | public class Delta { method main (line 7) | public static void main(String[] args) throws IOException { FILE: dictionary/Dictionary.java class Dictionary (line 9) | public class Dictionary { method main (line 10) | public static void main(String[] args) throws IOException { FILE: different_numbers/DifferentNumbers.java class DifferentNumbers (line 8) | public class DifferentNumbers { method main (line 9) | public static void main(String[] args) throws IOException { FILE: digits/Digits.java class Digits (line 9) | public class Digits { method sum (line 10) | private static int sum(ArrayList copy){ method main (line 25) | public static void main(String[] args) throws IOException { FILE: digits_after_point/DigitsAfterPoint.java class DigitsAfterPoint (line 11) | public class DigitsAfterPoint { method main (line 12) | public static void main(String[] args) throws IOException { FILE: diplomas/Diplomas.java class Diplomas (line 9) | public class Diplomas { method maxwh (line 10) | private static BigInteger maxwh (BigInteger w2, BigInteger h2) { method maxd (line 16) | private static BigInteger maxd (BigInteger w1, BigInteger h1, BigInteg... method main (line 21) | public static void main(String[] args) throws IOException { FILE: divider/Divider.java class Divider (line 6) | public class Divider{ method main (line 7) | public static void main(String[] argv) throws IOException{ FILE: divider_two/DividerTwo.java class DividerTwo (line 6) | public class DividerTwo { method main (line 7) | public static void main(String[] args){ FILE: divination/Divination.java class Divination (line 6) | public class Divination { method main (line 7) | public static void main(String[] args) throws IOException { FILE: division_two/DivisionTwo.java class DivisionTwo (line 8) | public class DivisionTwo { method main (line 9) | public static void main(String[] args) throws IOException { FILE: dots_on_dominoes/DotsOnDominoes.java class DotsOnDominoes (line 8) | public class DotsOnDominoes { method main (line 9) | public static void main(String[] args) throws IOException { FILE: double_numbers/DoubleNumbers.java class DoubleNumbers (line 10) | public class DoubleNumbers { method check (line 11) | private static boolean check(int number){ method main (line 23) | public static void main(String[] args) throws IOException { FILE: economy/Economy.java class Economy (line 8) | public class Economy { method main (line 9) | public static void main(String[] args) throws IOException { FILE: election_of_priests/ElectionOfPriests.java class ElectionOfPriests (line 11) | public class ElectionOfPriests { method main (line 12) | public static void main(String[] args) throws IOException { FILE: elevator/Elevator.java class Elevator (line 6) | public class Elevator { method getData (line 10) | private static void getData() throws IOException{ // Получение данных method countLevel (line 20) | private static void countLevel(){ method main (line 40) | public static void main(String[] argv) throws IOException{ FILE: eleven/Eleven.java class Eleven (line 6) | public class Eleven { method getData (line 8) | private static void getData() throws IOException{ // Получение данных method main (line 14) | public static void main(String[] argv) throws IOException{ FILE: encryption/Encryption.java class Encryption (line 10) | public class Encryption { method _getAlphabet (line 11) | private static Map _getAlphabet() { method main (line 21) | public static void main(String[] args) throws IOException { FILE: eniya/Eniya.java class Eniya (line 6) | public class Eniya { method main (line 7) | public static void main(String[] args) throws IOException { FILE: even_odd_task/EvenOddTask.java class EvenOddTask (line 8) | public class EvenOddTask { method main (line 9) | public static void main(String[] args) throws IOException { FILE: event/Event.java class Event (line 9) | public class Event { method leap (line 10) | private static boolean leap(int year) { method main (line 14) | public static void main(String[] args) throws IOException { FILE: evolution/Evolution.java class Evolution (line 9) | public class Evolution { method main (line 10) | public static void main(String[] args) throws IOException { FILE: exam/Exam.java class Exam (line 6) | public class Exam { method getData (line 8) | private static void getData() throws IOException{ // Получение данных method main (line 17) | public static void main(String[] argv) throws IOException{ FILE: factorial/Factorial.java class Factorial (line 8) | public class Factorial { method main (line 9) | public static void main(String[] args) throws IOException { FILE: fast_train/FastTrain.java class FastTrain (line 8) | public class FastTrain { method timeTransformInMinute (line 14) | private static int timeTransformInMinute(String[] time) { method main (line 19) | public static void main (String[] args) throws IOException { FILE: fibonacci/Fibonacci.java class Fibonacci (line 7) | public class Fibonacci { method run (line 9) | private static void run(int number){ // Расчет числа Фибоначчи method main (line 18) | public static void main(String[] args) throws IOException { FILE: fibonacci_again/FibonacciAgain.java class FibonacciAgain (line 8) | public class FibonacciAgain { method main (line 9) | public static void main(String[] args) throws IOException { FILE: fibonacci_sequence/FibonacciSequence.java class FibonacciSequence (line 6) | public class FibonacciSequence { method getData (line 8) | private static void getData() throws IOException{ method main (line 19) | public static void main(String[] argv) throws IOException{ FILE: fibonacci_two/FibonacciTwo.java class FibonacciTwo (line 6) | public class FibonacciTwo { method getData (line 8) | private static void getData() throws IOException{ // Получение данных method main (line 14) | public static void main(String[] argv) throws IOException{ FILE: field/Field.java class Field (line 6) | public class Field { method main (line 7) | public static void main(String[] args) throws IOException { FILE: field_miracles/FieldMiracles.java class FieldMiracles (line 8) | public class FieldMiracles { method main (line 9) | public static void main(String[] args) throws IOException { FILE: fire/Fire.java class Fire (line 10) | public class Fire { method main (line 11) | public static void main(String[] args) throws IOException { FILE: fishing_net/fishingNet.java class fishingNet (line 6) | public class fishingNet { method main (line 7) | public static void main(String[] args) throws IOException { FILE: floret/Floret.java class Floret (line 6) | public class Floret { method main (line 7) | public static void main(String[] args) throws IOException { FILE: football/Football.java class Football (line 8) | public class Football { method main (line 9) | public static void main(String[] args) throws IOException { FILE: frendly_numbers/FrendlyNumbers.java class FrendlyNumbers (line 11) | public class FrendlyNumbers { method reformatNumber (line 12) | private static String reformatNumber(char[] ch){ method check (line 25) | private static boolean check(String firstNumber, String secondNumber){ method main (line 36) | public static void main(String[] args) throws IOException { FILE: fun_game/FunGame.java class FunGame (line 11) | public class FunGame { method main (line 12) | public static void main(String[] args) throws IOException { FILE: funny_sequence/FunnySequence.java class FunnySequence (line 10) | public class FunnySequence { method main (line 11) | public static void main(String[] args)throws IOException { FILE: gambling_shrek/GamblingShrek.java class GamblingShrek (line 11) | public class GamblingShrek { method main (line 12) | public static void main(String[] args) throws IOException { FILE: game/Game.java class Game (line 6) | public class Game { method main (line 7) | public static void main(String[] args) throws IOException { FILE: game_meter/GameMeter.java class GameMeter (line 8) | public class GameMeter { method distance (line 13) | private static double distance(int x1, int y1, int x2, int y2) { method main (line 17) | public static void main(String[] args) throws IOException { FILE: game_theory/GameTheory.java class GameTheory (line 10) | public class GameTheory { method main (line 11) | public static void main(String[] args) throws IOException { FILE: gardener_artist/GardenerArtist.java class GardenerArtist (line 8) | public class GardenerArtist { method main (line 9) | public static void main(String[] args) throws IOException { FILE: gifts/Gifts.java class Gifts (line 9) | public class Gifts { method main (line 10) | public static void main(String[] args) throws IOException { FILE: gnome_entertainment/GnomeEntertainment.java class GnomeEntertainment (line 10) | public class GnomeEntertainment { method getAbc (line 15) | private static Map getAbc(){ method getSystemNumber (line 32) | private static String getSystemNumber(int number, int system, Map _getData() throws IOException { method _getMaxElementIndex (line 39) | private static int _getMaxElementIndex(ArrayList data) { method main (line 54) | public static void main(String[] args) throws IOException { FILE: hamming_distance/HammingDistance.java class HammingDistance (line 9) | public class HammingDistance { method byteCount (line 10) | private static int byteCount(String line, String template) { method main (line 21) | public static void main(String[] args) throws IOException { FILE: heron/Heron.java class Heron (line 6) | public class Heron { method minMax (line 11) | private static void minMax(){ // Определение минимального и максимальн... method main (line 24) | public static void main(String[] args) throws IOException { FILE: hockey/Hockey.java class Hockey (line 9) | public class Hockey { method main (line 10) | public static void main(String[] args) throws IOException { FILE: home_school/HomeSchool.java class HomeSchool (line 6) | public class HomeSchool { method getData (line 8) | private static void getData() throws IOException{ // Получение данных method main (line 16) | public static void main(String[] argv) throws IOException{ FILE: homework/Homework.java class Homework (line 10) | public class Homework { method multi (line 11) | private static long multi(ArrayList data, long min, long max,... method main (line 43) | public static void main(String[] args) throws IOException { FILE: honey/Honey.java class Honey (line 10) | public class Honey { method main (line 11) | public static void main(String[] args) throws IOException { FILE: horse/Horse.java class Horse (line 9) | public class Horse { method move (line 11) | private static ArrayList move (String cellFrom) { method main (line 45) | public static void main(String[] args) throws IOException { FILE: horse_racing/HorseRacing.java class HorseRacing (line 8) | public class HorseRacing { method main (line 11) | public static void main(String[] args) throws IOException { method findAllLosers (line 68) | public static Set findAllLosers(Map> da... FILE: hunter/Hunter.java class Hunter (line 8) | public class Hunter { method main (line 9) | public static void main(String[] args) throws IOException { FILE: idler/Idler.java class Idler (line 6) | public class Idler { method getData (line 10) | private static void getData() throws IOException{ // Получение данных method main (line 23) | public static void main(String[] argv) throws IOException{ FILE: in_bus/inBus.java class inBus (line 6) | public class inBus { method getData (line 8) | private static void getData() throws IOException{ // Получение данных method main (line 18) | public static void main(String[] argv) throws IOException{ FILE: java_vs_pcc/JavaVsPcc.java class JavaVsPcc (line 8) | public class JavaVsPcc { method isUpperCase (line 9) | private static boolean isUpperCase(char symbol) { method main (line 13) | public static void main(String[] args) throws IOException { FILE: jumpy_journey/JumpyJourney.java class JumpyJourney (line 10) | public class JumpyJourney { method main (line 11) | public static void main(String[] args) throws IOException { FILE: k_numbers/KNumbers.java class KNumbers (line 8) | public class KNumbers { method main (line 9) | public static void main(String[] args) throws IOException { FILE: keyboard/Keyboard.java class Keyboard (line 6) | public class Keyboard { method main (line 8) | public static void main(String[] args) throws IOException { FILE: keyboard_two/KeyboardTwo.java class KeyboardTwo (line 11) | public class KeyboardTwo { method main (line 12) | public static void main(String[] args) throws IOException { FILE: known_everybody/KnownEverybody.java class KnownEverybody (line 6) | public class KnownEverybody { method main (line 8) | public static void main(String[] args) throws IOException { FILE: language_recognition/LanguageRecognition.java class LanguageRecognition (line 9) | public class LanguageRecognition { method main (line 10) | public static void main(String[] args) throws IOException { FILE: last_digit/LastDigit.java class LastDigit (line 6) | public class LastDigit{ method main (line 7) | public static void main(String[] args){ FILE: least_common_multiple/LeastCommonMultiple.java class LeastCommonMultiple (line 6) | public class LeastCommonMultiple { method main (line 7) | public static void main(String[] args){ FILE: left_recursion/LeftRecursion.java class LeftRecursion (line 6) | public class LeftRecursion { method getData (line 9) | private static void getData() throws IOException{ // Получение данных method main (line 25) | public static void main(String[] argv) throws IOException{ FILE: letter/Letter.java class Letter (line 7) | public class Letter { method main (line 8) | public static void main(String[] args) throws IOException { FILE: lexicographic_order_numbers/LexicographicOrderNumbers.java class LexicographicOrderNumbers (line 10) | public class LexicographicOrderNumbers { method main (line 11) | public static void main(String[] args) throws IOException { FILE: lisaalisa/Lisaalisa.java class Lisaalisa (line 6) | public class Lisaalisa { method getData (line 9) | private static void getData() throws IOException{ // Получение данных method main (line 15) | public static void main(String[] argv) throws IOException{ FILE: list_of_items/ListOfItems.java class ListOfItems (line 8) | public class ListOfItems { method main (line 9) | public static void main(String[] args) throws IOException { FILE: live_journal/LiveJournal.java class LiveJournal (line 10) | public class LiveJournal { method printFriends (line 12) | private static void printFriends(PrintWriter out, ArrayList fr... method main (line 22) | public static void main(String[] args) throws IOException { FILE: lucky_ticket/LuckyTicket.java class LuckyTicket (line 6) | public class LuckyTicket { method main (line 7) | public static void main(String[] args) throws IOException { FILE: lucky_ticket_two/LuckyTicketTwo.java class LuckyTicketTwo (line 8) | public class LuckyTicketTwo{ method summ (line 9) | private static int summ(String str){ method main (line 31) | public static void main(String[] args) throws IOException { FILE: manhattan_streets/ManhattanStreets.java class ManhattanStreets (line 6) | public class ManhattanStreets { method area (line 9) | private static void area(){ method main (line 21) | public static void main(String[] argv) throws IOException{ FILE: maximum_three/MaximumThree.java class MaximumThree (line 6) | public class MaximumThree { method main (line 7) | public static void main(String[] args) throws IOException { FILE: military_base/MilitaryBase.java class MilitaryBase (line 8) | public class MilitaryBase { method main (line 9) | public static void main(String[] args) throws IOException { FILE: minimum_path_table/MinimumPathTable.java class MinimumPathTable (line 8) | public class MinimumPathTable { method _getData (line 15) | private static int[][] _getData() throws IOException { method main (line 41) | public static void main(String[] args) throws IOException { FILE: mockery/Mockery.java class Mockery (line 9) | public class Mockery { method main (line 10) | public static void main(String[] args) throws IOException { FILE: module_amount/ModuleAmount.java class ModuleAmount (line 10) | public class ModuleAmount { method main (line 11) | public static void main(String[] args) throws IOException { FILE: money_money_money/MoneyMoneyMoney.java class MoneyMoneyMoney (line 8) | public class MoneyMoneyMoney { method main (line 9) | public static void main(String[] args) throws IOException { FILE: more_less/MoreLess.java class MoreLess (line 6) | public class MoreLess { method main (line 7) | public static void main(String[] args) throws IOException { FILE: mouse/Mouse.java class Mouse (line 6) | public class Mouse { method main (line 7) | public static void main(String[] args) throws IOException { FILE: multi_digits/MultiDigits.java class MultiDigits (line 9) | public class MultiDigits { method check (line 16) | private static boolean check(long number){ method main (line 30) | public static void main(String[] args) throws IOException { FILE: multiplication_of_numbers/MultiplicationOfNumbers.java class MultiplicationOfNumbers (line 8) | public class MultiplicationOfNumbers { method div (line 10) | private static int div(int number) { method main (line 19) | public static void main (String[] args) throws IOException { FILE: multiplication_table/MultiplicationTable.java class MultiplicationTable (line 11) | public class MultiplicationTable { method main (line 12) | public static void main(String[] args) throws IOException { FILE: n_digit_numbers/NDigitNumbers.java class NDigitNumbers (line 8) | public class NDigitNumbers { method digitSumMulti (line 14) | private static boolean digitSumMulti(long number) { method swapCount (line 43) | private static int swapCount(long number) { method fact (line 72) | private static int fact(int number) { method main (line 81) | public static void main(String[] args) throws IOException { FILE: natural_number_series/NaturalNumberSeries.java class NaturalNumberSeries (line 8) | public class NaturalNumberSeries { method main (line 9) | public static void main(String[] args) throws IOException { FILE: neerc/Neerc.java class Neerc (line 6) | public class Neerc { method getData (line 10) | private static void getData() throws IOException{ method main (line 28) | public static void main(String[] argv) throws IOException { FILE: neznaika/Neznaika.java class Neznaika (line 9) | public class Neznaika { method main (line 10) | public static void main(String[] args) throws IOException { FILE: number_buses/NumberBuses.java class NumberBuses (line 9) | public class NumberBuses { method check (line 14) | private static void check(){ method symbolChange (line 83) | private static void symbolChange(){ method main (line 95) | public static void main(String[] args) throws IOException { FILE: number_e/NumberE.java class NumberE (line 7) | public class NumberE { method getData (line 9) | private static void getData() throws IOException{ // Получение данных method main (line 15) | public static void main(String[] argv) throws IOException{ FILE: number_of_smith/NumberOfSmith.java class NumberOfSmith (line 9) | public class NumberOfSmith { method getNumber (line 15) | private static int getNumber(String numberData) { method sumNumberSymbol (line 24) | private static int sumNumberSymbol(int number) { method isSimple (line 39) | private static boolean isSimple(int number) { method simpleMultipliers (line 56) | private static ArrayList simpleMultipliers(int number) { method sumSimpleMultipliers (line 75) | private static int sumSimpleMultipliers(int number) { method isNumberOfSmith (line 89) | private static int isNumberOfSmith (String numberData) { method main (line 98) | public static void main(String[] args) throws IOException { FILE: number_palindrome/NumberPalindrome.java class NumberPalindrome (line 9) | public class NumberPalindrome { method translateNumeralSystems (line 16) | private static String translateNumeralSystems(long numberInput, int nu... method isPalindrome (line 25) | private static boolean isPalindrome(long numberInput, int numberSystem) { method printResult (line 41) | private static void printResult(ArrayList numberSystems) { method main (line 58) | public static void main(String[] args) throws IOException { FILE: number_participants_olympiad/NumberParticipantsOlympiad.java class NumberParticipantsOlympiad (line 8) | public class NumberParticipantsOlympiad { method main (line 9) | public static void main (String[] args) throws IOException { FILE: numbers/Numbers.java class Numbers (line 11) | public class Numbers { method main (line 12) | public static void main(String[] args) throws IOException { FILE: numbers_game/NumbersGame.java class NumbersGame (line 10) | public class NumbersGame { method play (line 13) | private static int play(){ method main (line 26) | public static void main(String[] args) throws IOException { FILE: numbers_without_same_digit/NumbersWithoutSameDigit.java class NumbersWithoutSameDigit (line 10) | public class NumbersWithoutSameDigit { method main (line 11) | public static void main(String[] args) throws IOException { FILE: numerologist/Numerologist.java class Numerologist (line 8) | public class Numerologist { method main (line 9) | public static void main(String[] args)throws IOException { FILE: nutlets/Nutlets.java class Nutlets (line 6) | public class Nutlets { method main (line 7) | public static void main(String[] args) throws IOException { FILE: office/Office.java class Office (line 6) | public class Office { method getData (line 8) | private static void getData() throws IOException{ method main (line 19) | public static void main(String[] argv) throws IOException{ FILE: only_right_down/OnlyRightDown.java class OnlyRightDown (line 8) | public class OnlyRightDown { method _getData (line 13) | private static int[][] _getData() throws IOException { method main (line 39) | public static void main(String[] args) throws IOException { FILE: optimization_circle/OptimizationCircle.java class OptimizationCircle (line 9) | public class OptimizationCircle { method main (line 10) | public static void main(String[] args) throws IOException { FILE: oranges/Oranges.java class Oranges (line 9) | public class Oranges { method decision (line 10) | private static long decision(long a, long b){ method main (line 21) | public static void main(String[] args) throws IOException { FILE: oversteping/Oversteping.java class Oversteping (line 9) | public class Oversteping { method main (line 10) | public static void main(String[] agrs) throws IOException { FILE: palindrome/Palindrome.java class Palindrome (line 6) | public class Palindrome { method main (line 7) | public static void main(String[] args) throws IOException { FILE: palindromic_time/PalindromicTime.java class PalindromicTime (line 9) | public class PalindromicTime { method main (line 10) | public static void main(String[] args) throws IOException { FILE: parallelepiped/Parallelepiped.java class Parallelepiped (line 6) | public class Parallelepiped { method main (line 7) | public static void main(String[] args) throws IOException { FILE: percents/Percents.java class Percents (line 11) | public class Percents { method main (line 12) | public static void main(String[] args) throws IOException { FILE: permutation/Permutation.java class Permutation (line 6) | public class Permutation { method main (line 7) | public static void main(String[] args) throws IOException { FILE: phone/Phone.java class Phone (line 6) | public class Phone { method in (line 9) | private static void in(){ // обработка входных данных method out (line 25) | private static void out() throws IOException { // Выходные данные method main (line 36) | public static void main(String[] args) throws IOException { FILE: photographic_negative/PhotographicNegative.java class PhotographicNegative (line 6) | public class PhotographicNegative { method getData (line 11) | private static void getData() throws IOException{ // Получение данных ... method dataProcessing (line 23) | private static void dataProcessing(){ // Перебор данных method main (line 48) | public static void main(String[] argv) throws IOException{ FILE: picking_blueberries/PickingBlueberries.java class PickingBlueberries (line 6) | public class PickingBlueberries { method getData (line 9) | private static void getData() throws IOException{ method main (line 20) | public static void main(String[] argv) throws IOException{ FILE: ping/Ping.java class Ping (line 9) | public class Ping { method main (line 10) | public static void main(String[] args) throws IOException { FILE: pizza/Pizza.java class Pizza (line 6) | public class Pizza { method getData (line 8) | private static void getData() throws IOException{ // Получение данных method main (line 14) | public static void main(String[] argv) throws IOException{ FILE: playing_dice/PlayingDice.java class PlayingDice (line 6) | public class PlayingDice { method main (line 7) | public static void main(String[] args) throws IOException { FILE: playing_with_matches/PlayingWithMatches.java class PlayingWithMatches (line 8) | public class PlayingWithMatches { method main (line 9) | public static void main(String[] args) throws IOException { FILE: playing_with_pawn/PlayingWithPawn.java class PlayingWithPawn (line 8) | public class PlayingWithPawn { method main (line 9) | public static void main(String[] args) throws IOException { FILE: playing_with_pebbles/PlayingWithPebbles.java class PlayingWithPebbles (line 9) | public class PlayingWithPebbles { method main (line 10) | public static void main(String[] args) throws IOException { FILE: poker/Poker.java class Poker (line 10) | public class Poker { method main (line 11) | public static void main(String[] args) throws IOException { FILE: pow_string/PowString.java class PowString (line 8) | public class PowString { method plusPow (line 16) | private static void plusPow(PrintWriter out, int pow, char[] stringCha... method minusPow (line 43) | private static void minusPow(PrintWriter out, char[] stringChar, Strin... method main (line 69) | public static void main(String[] args) throws IOException { FILE: power_numbers/PowerNumbers.java class PowerNumbers (line 8) | public class PowerNumbers { method powerNumbers (line 14) | private static boolean powerNumbers(long number) { method main (line 32) | public static void main(String[] args) throws IOException { FILE: premium/Premium.java class Premium (line 10) | public class Premium { method main (line 11) | public static void main(String[] args) throws IOException { FILE: prime_factorization/PrimeFactorization.java class PrimeFactorization (line 8) | public class PrimeFactorization { method main (line 9) | public static void main(String[] args) throws IOException { FILE: prince_and_dragon/PrinceAndDragon.java class PrinceAndDragon (line 10) | public class PrinceAndDragon { method main (line 11) | public static void main(String[] args) throws IOException { FILE: professor/Professor.java class Professor (line 8) | public class Professor { method getWordsCount (line 9) | private static int getWordsCount(String lecture, int m){ method main (line 31) | public static void main(String[] args) throws IOException { FILE: program_template/ProgramTemplate.java class ProgramTemplate (line 9) | public class ProgramTemplate { method wordEnergy (line 11) | private static int wordEnergy(int position) { method main (line 18) | public static void main(String[] args) throws IOException { FILE: programmer_day/ProgrammerDay.java class ProgrammerDay (line 6) | public class ProgrammerDay { method main (line 7) | public static void main(String[] args) throws IOException { FILE: puzzle_queens/PuzzleQueens.java class PuzzleQueens (line 6) | public class PuzzleQueens { method main (line 7) | public static void main(String[] args) throws IOException { FILE: quadratic_equation/QuadraticEquation.java class QuadraticEquation (line 9) | public class QuadraticEquation { method main (line 10) | public static void main(String[] args) throws IOException { FILE: queue/Queue.java class Queue (line 6) | public class Queue { method getData (line 10) | private static void getData() throws IOException{ // Получение данных method timeInQueue (line 16) | private static void timeInQueue(){ // Расчет времени в очереди method main (line 48) | public static void main(String[] argv) throws IOException{ FILE: rally/Rrally.java class Rrally (line 6) | public class Rrally { method getData (line 11) | private static void getData() throws IOException{ // Получить данные method allPoints (line 23) | private static void allPoints(){ // Сложить все очки каждого участника method winner (line 39) | private static void winner(){ // Вычисление победителя с наименьшим ко... method main (line 58) | public static void main(String[] argv) throws IOException{ FILE: rect/Rect.java class Rect (line 8) | public class Rect { method main (line 9) | public static void main(String[] args) throws IOException { FILE: rectangle_two/RectangleTwo.java class RectangleTwo (line 10) | public class RectangleTwo { method main (line 11) | public static void main(String[] args) throws IOException { FILE: repair/Repair.java class Repair (line 6) | public class Repair { method main (line 7) | public static void main(String[] args) throws IOException { FILE: reverse_permutation/ReversePermutation.java class ReversePermutation (line 8) | public class ReversePermutation { method main (line 9) | public static void main(String[] args) throws IOException { FILE: riddle/Riddle.java class Riddle (line 6) | public class Riddle { method getData (line 8) | private static void getData() throws IOException{ method main (line 17) | public static void main(String[] argv) throws IOException{ FILE: ring/Ring.java class Ring (line 6) | public class Ring { method getData (line 8) | private static void getData() throws IOException{ // Получение данных method main (line 18) | public static void main(String[] argv) throws IOException{ FILE: road/Road.java class Road (line 6) | public class Road { method getData (line 8) | private static void getData() throws IOException{ method main (line 20) | public static void main(String[] argv) throws IOException{ FILE: robot_k79/RobotK79.java class RobotK79 (line 9) | public class RobotK79 { method main (line 10) | public static void main(String[] args) throws IOException { FILE: rook/Rook.java class Rook (line 6) | public class Rook { method getData (line 9) | private static void getData() throws IOException{ method main (line 19) | public static void main(String[] argv) throws IOException{ FILE: runeword/Runeword.java class Runeword (line 8) | public class Runeword { method main (line 9) | public static void main(String[] args) throws IOException { FILE: saddle_point/SaddlePoint.java class SaddlePoint (line 8) | public class SaddlePoint { method main (line 9) | public static void main(String[] args) throws IOException { FILE: salads/Salads.java class Salads (line 9) | public class Salads { method combination (line 10) | private static long combination(int numeric, int elementCount){ method main (line 24) | public static void main(String[] args) throws IOException { FILE: salary/Salary.java class Salary (line 6) | public class Salary { method main (line 7) | public static void main(String[] args) throws IOException { FILE: same_numbers/SameNumbers.java class SameNumbers (line 8) | public class SameNumbers { method main (line 9) | public static void main(String[] args) throws IOException { FILE: sapper/Sapper.java class Sapper (line 8) | public class Sapper { method minefield (line 9) | private static StringBuilder minefield(int[][] field){ method main (line 53) | public static void main(String[] args) throws IOException { FILE: school_algebra/SchoolAlgebra.java class SchoolAlgebra (line 9) | public class SchoolAlgebra { method main (line 10) | public static void main(String[] args) throws IOException { FILE: scoring/Scoring.java class Scoring (line 8) | public class Scoring { method main (line 9) | public static void main(String[] args) throws IOException { FILE: sea_battle_two/SeaBattleTwo.java class SeaBattleTwo (line 10) | public class SeaBattleTwo { method main (line 11) | public static void main(String[] args) throws IOException { FILE: season/Season.java class Season (line 6) | public class Season { method main (line 7) | public static void main(String[] args) throws IOException { FILE: sequence_conversion_two/SequenceConversionTwo.java class SequenceConversionTwo (line 10) | public class SequenceConversionTwo { method listContainsNumberCount (line 11) | private static int listContainsNumberCount (ArrayList list, i... method main (line 22) | public static void main(String[] args) throws IOException { FILE: sequence_two/SequenceTwo.java class SequenceTwo (line 9) | public class SequenceTwo { method main (line 10) | public static void main(String[] args) throws IOException { FILE: shelf/Shelf.java class Shelf (line 9) | public class Shelf { method main (line 10) | public static void main(String[] args) throws IOException { FILE: shift_permutation/ShiftPermutation.java class ShiftPermutation (line 10) | public class ShiftPermutation { method main (line 11) | public static void main(String[] args) throws IOException { FILE: shift_text/ShiftText.java class ShiftText (line 8) | public class ShiftText { method main (line 9) | public static void main(String[] args) throws IOException { FILE: shooter/Shooter.java class Shooter (line 9) | public class Shooter { method onOneStraightLine (line 16) | private static boolean onOneStraightLine(int[] onePoint, int[] twoPoin... method pointsOneDirection (line 25) | private static boolean pointsOneDirection (int[] onePoint, int[] twoPo... method main (line 52) | public static void main(String[] args) throws IOException { FILE: shooting_championship/ShootingChampionship.java class ShootingChampionship (line 10) | public class ShootingChampionship { method main (line 11) | public static void main(String[] args) throws IOException { FILE: short_sequence/ShortSequence.java class ShortSequence (line 8) | public class ShortSequence { method main (line 9) | public static void main(String[] args) throws IOException { FILE: similar_arrays/SimilarArrays.java class SimilarArrays (line 11) | public class SimilarArrays { method main (line 12) | public static void main(String[] args) throws IOException { FILE: simple_again/SimpleAgain.java class SimpleAgain (line 8) | public class SimpleAgain { method simple (line 10) | private static boolean simple(long number){ method sum (line 22) | private static long sum(long number){ method main (line 31) | public static void main(String[] args) throws IOException { FILE: simple_calculation/SimpleCalculation.java class SimpleCalculation (line 8) | public class SimpleCalculation { method difference (line 9) | private static int difference(long numberOfSystem){ method main (line 22) | public static void main(String[] args) throws IOException { FILE: simple_number/SimpleNumber.java class SimpleNumber (line 8) | public class SimpleNumber { method sieve (line 9) | private static StringBuilder sieve(int m, int n){ //Решето Эратосфена method main (line 30) | public static void main(String[] args) throws IOException { FILE: simple_numbers_two/SimpleNumbersTwo.java class SimpleNumbersTwo (line 8) | public class SimpleNumbersTwo { method isSimple (line 14) | private static boolean isSimple(int divider){ method getDividers (line 30) | private static int [] getDividers(int number){ method main (line 46) | public static void main(String[] args) throws IOException { FILE: simple_radical/SimpleRadical.java class SimpleRadical (line 9) | public class SimpleRadical { method simple (line 14) | private static boolean simple(BigInteger number) { method sumCharacterSimple (line 43) | private static BigInteger sumCharacterSimple(BigInteger number) { method sumCharacter (line 59) | private static BigInteger sumCharacter(BigInteger number) { method main (line 69) | public static void main(String[] args) throws IOException { FILE: simple_series/SimpleSeries.java class SimpleSeries (line 10) | public class SimpleSeries { method numbers (line 11) | private static String numbers(int number){ method main (line 31) | public static void main(String[] args) throws IOException { FILE: simple_sorting/SimpleSorting.java class SimpleSorting (line 11) | public class SimpleSorting { method sum (line 12) | private static long sum(long number, long system){ method main (line 21) | public static void main(String[] args) throws IOException { FILE: single_nod/SingleNod.java class SingleNod (line 10) | public class SingleNod { method main (line 11) | public static void main(String[] args) throws IOException { FILE: smallest_number_system/SmallestNumberSystem.java class SmallestNumberSystem (line 13) | public class SmallestNumberSystem { method main (line 14) | public static void main(String[] args) throws IOException { FILE: sorting_count/SortingCount.java class SortingCount (line 10) | public class SortingCount { method main (line 11) | public static void main(String[] args) throws IOException { FILE: spelling/Spelling.java class Spelling (line 6) | public class Spelling { method main (line 7) | public static void main(String[] args) throws IOException { FILE: split_parts/SplitParts.java class SplitParts (line 6) | public class SplitParts { method getData (line 8) | private static void getData() throws IOException{ // Получение данных method main (line 17) | public static void main(String[] argv) throws IOException{ FILE: srange_lottery/SrangeLottery.java class SrangeLottery (line 9) | public class SrangeLottery { method main (line 10) | public static void main(String[] args) throws IOException { FILE: stairs/Stairs.java class Stairs (line 6) | public class Stairs { method getData (line 9) | private static void getData() throws IOException{ // Получение данных method main (line 15) | public static void main(String[] argv) throws IOException{ FILE: state_machine/stateMachine.java class stateMachine (line 7) | public class stateMachine { method main (line 9) | public static void main(String[] args) throws IOException { FILE: statistics/Statistics.java class Statistics (line 6) | public class Statistics { method getData (line 12) | private static void getData() throws IOException{ // Получаем данные method evenOdd (line 24) | private static void evenOdd(){ // Определяем четное или нечетное число... method main (line 33) | public static void main(String[] args) throws IOException { FILE: step_happiness/StepHappiness.java class StepHappiness (line 6) | public class StepHappiness { method numberTicketPlus (line 14) | private static void numberTicketPlus(String line){ // Проверка следующ... method numberTicketMinus (line 28) | private static void numberTicketMinus(String line){ // Проверка предыд... method main (line 42) | public static void main(String[] args) throws IOException { FILE: strawberry/Strawberry.java class Strawberry (line 6) | public class Strawberry { method main (line 7) | public static void main(String[] args) throws IOException { FILE: string_book/StringBook.java class StringBook (line 6) | public class StringBook { method main (line 7) | public static void main(String[] args) throws IOException { FILE: subarray_array/SubarrayArray.java class SubarrayArray (line 6) | public class SubarrayArray { method getData (line 13) | private static void getData() throws IOException { // Получение данных... method buildSubArr (line 31) | private static void buildSubArr(){ // Формирование подмассивов на осно... method removeSameElements (line 63) | private static void removeSameElements(){ // Удаление одинаковых подма... method main (line 76) | public static void main(String[] args) throws IOException { FILE: substrings_identical_letters/SubstringsIdenticalLetters.java class SubstringsIdenticalLetters (line 8) | public class SubstringsIdenticalLetters { method main (line 9) | public static void main(String[] args) throws IOException { FILE: sudoku/Sudoku.java class Sudoku (line 8) | public class Sudoku { method differentNumbers (line 9) | private static boolean differentNumbers(Map> map... method getSet (line 26) | private static Set getSet(Map> square, ... method correctSquare (line 40) | private static boolean correctSquare(int n, int[][] fields, int countS... method main (line 53) | public static void main(String[] args) throws IOException { FILE: sum/Sum.java class Sum (line 6) | public class Sum { method getData (line 8) | private static void getData() throws IOException{ method main (line 13) | public static void main(String[] argv) throws IOException{ FILE: sum_max_min/SumMaxMin.java class SumMaxMin (line 10) | public class SumMaxMin { method main (line 11) | public static void main(String[] args) throws IOException { FILE: sum_n_digit_numbers/SumNDigitNumbers.java class SumNDigitNumbers (line 8) | public class SumNDigitNumbers { method main (line 9) | public static void main(String[] args) throws IOException { FILE: symmetry/Symmetry.java class Symmetry (line 6) | public class Symmetry { method getData (line 8) | private static void getData() throws IOException{ method main (line 19) | public static void main(String[] argv) throws IOException{ FILE: task_of_josephus/TaskOfJosephus.java class TaskOfJosephus (line 9) | public class TaskOfJosephus { method main (line 10) | public static void main(String[] args) throws IOException { FILE: tax/Tax.java class Tax (line 6) | public class Tax { method getData (line 11) | private static void getData() throws IOException{ // Получение данных method main (line 33) | public static void main(String[] argv) throws IOException{ FILE: tea/Tea.java class Tea (line 6) | public class Tea { method main (line 7) | public static void main(String[] args) throws IOException { FILE: teleportation/Teleportation.java class Teleportation (line 8) | public class Teleportation { method main (line 9) | public static void main(String[] args) throws IOException { FILE: temporary_key/TemporaryKey.java class TemporaryKey (line 6) | public class TemporaryKey { method getData (line 9) | private static void getData() throws IOException{ method main (line 15) | public static void main(String[] argv) throws IOException{ FILE: thaw/Thaw.java class Thaw (line 6) | public class Thaw { method getData (line 10) | private static void getData() throws IOException{ method main (line 21) | public static void main(String[] argv) throws IOException{ FILE: thimble/Thimble.java class Thimble (line 6) | public class Thimble { method changeThimble (line 11) | private static void changeThimble(){ // Поменять наперстки местами method searchBall (line 34) | private static void searchBall(){ // Ищем наперсток с шариком method main (line 42) | public static void main(String[] args) throws IOException { FILE: three_fat_men/threeFatMen.java class threeFatMen (line 6) | public class threeFatMen { method main (line 7) | public static void main(String[] args) throws IOException { FILE: time_sort/TimeSort.java class TimeSort (line 9) | public class TimeSort { method getData (line 11) | private static void getData() throws FileNotFoundException { method deleteZero (line 34) | private static void deleteZero(){ method main (line 46) | public static void main(String[] args) throws IOException { FILE: timer/Timer.java class Timer (line 8) | public class Timer { method main (line 9) | public static void main(String[] args) throws IOException { FILE: topcoder/TopCoder.java class TopCoder (line 8) | public class TopCoder { method main (line 9) | public static void main(String[] args) throws IOException { FILE: tourist/Tourist.java class Tourist (line 9) | public class Tourist { method getData (line 14) | private static void getData() throws FileNotFoundException { method main (line 32) | public static void main(String[] args) throws IOException { FILE: traffic_lights/TrafficLights.java class TrafficLights (line 8) | public class TrafficLights { method main (line 9) | public static void main(String[] args) throws IOException { FILE: traps/Traps.java class Traps (line 10) | public class Traps { method main (line 11) | public static void main(String[] args) throws IOException { FILE: treasure/Treasure.java class Treasure (line 8) | public class Treasure { method startUpdate (line 9) | private static double[] startUpdate(double[] start, double[] way, int ... method main (line 15) | public static void main(String[] args) throws IOException { FILE: turn/Turn.java class Turn (line 6) | public class Turn { method main (line 7) | public static void main(String[] args) throws IOException { FILE: twenty_five/twentyFive.java class twentyFive (line 6) | public class twentyFive { method main (line 7) | public static void main(String[] args) throws IOException { FILE: two_bandits/TwoBandits.java class TwoBandits (line 6) | public class TwoBandits { method main (line 7) | public static void main(String[] args) throws IOException { FILE: two_pow_n/TwoPowN.java class TwoPowN (line 9) | public class TwoPowN { method main (line 10) | public static void main(String[] args) throws IOException { FILE: two_ring/TwoRing.java class TwoRing (line 6) | public class TwoRing { method getData (line 8) | private static void getData() throws IOException{ // Получение данных method main (line 20) | public static void main(String[] argv) throws IOException{ FILE: two_sequences/TwoSequences.java class TwoSequences (line 10) | public class TwoSequences { method number (line 11) | private static int[] number(int n) { method main (line 31) | public static void main(String[] args) throws IOException { FILE: two_simple_number/TwoSimpleNumber.java class TwoSimpleNumber (line 10) | public class TwoSimpleNumber { method isSimple (line 11) | private static boolean isSimple(long number){ method fromListToNumber (line 21) | private static long fromListToNumber(ArrayList symbols){ method main (line 30) | public static void main(String[] args) throws IOException { FILE: underground/Underground.java class Underground (line 6) | public class Underground { method main (line 7) | public static void main(String[] args) throws IOException { FILE: unit/Unit.java class Unit (line 6) | public class Unit { method main (line 7) | public static void main(String[] args) throws IOException { FILE: unix/Unix.java class Unix (line 9) | public class Unix { method main (line 10) | public static void main(String[] args) throws IOException { FILE: unpack_string/UnpackString.java class UnpackString (line 8) | public class UnpackString { method main (line 9) | public static void main(String[] args) throws IOException { FILE: usm_dialogs/UsmDialogs.java class UsmDialogs (line 9) | public class UsmDialogs { method main (line 10) | public static void main(String[] args) throws IOException { FILE: wagons/Wagons.java class Wagons (line 9) | public class Wagons { method main (line 10) | public static void main(String[] args) throws IOException { FILE: watermelon/Watermelon.java class Watermelon (line 6) | public class Watermelon { method main (line 7) | public static void main(String[] args) throws IOException { FILE: wedding/Wedding.java class Wedding (line 8) | public class Wedding { method main (line 9) | public static void main(String[] args) throws IOException { FILE: weighing/Weighing.java class Weighing (line 8) | public class Weighing { method main (line 9) | public static void main(String[] args) throws IOException { FILE: wholesale/Wholesale.java class Wholesale (line 8) | public class Wholesale { method main (line 9) | public static void main(String[] args) throws IOException { FILE: wire_transfer/WireTransfer.java class WireTransfer (line 8) | public class WireTransfer { method main (line 9) | public static void main(String[] args) throws IOException { FILE: word/Word.java class Word (line 10) | public class Word { method next (line 11) | private static int next(int a, int b){ method main (line 15) | public static void main(String[] args) throws IOException { FILE: worst_divider/WorstDivider.java class WorstDivider (line 8) | public class WorstDivider { method main (line 9) | public static void main(String[] args) throws IOException { FILE: zero/Zero.java class Zero (line 6) | public class Zero { method main (line 7) | public static void main(String[] args) throws IOException {