Trending questions

2 votes
0 answers
351 views

Below are a basic set of requirements. The following commands (for an interface to the game): ...
Mateen Ulhaq's user avatar
  • 1,981
2 votes
1 answer
153 views

Given five points on a straight line such that their pairwise distances are 1,2,4, ..., 14,18,20 (after ordering), find the respective positions of the five points (relative to the furthest point on ...
Wok's user avatar
  • 334
1 vote
0 answers
283 views

Possible Duplicate: Golf you a quine for great good! People have proposed short quines in various languages. Puzzle: Find the shortest non-trivial quine in a language of your choice, and prove ...
Mechanical snail's user avatar
-8 votes
16 answers
585 views

Challenge Your challenge is to make a simple program that takes the [input] and formats it as "Hello, [input]!" Input Either a function call variable or STDIN, this is the name. Can contain any ...
lolad's user avatar
  • 972
-12 votes
28 answers
783 views

So what might be the shortest language for this simple task? Task: You are given an input of type String - the string is a ...
0x45's user avatar
  • 798
-13 votes
23 answers
1k views

Challenge Given two numbers, output their quotient. In other words, integer divide one number by another. Both divisor/dividend will be under 10001. Division must be performed using integer division,...
anna328p's user avatar
  • 6,482
-14 votes
21 answers
618 views

Use any programming language to display numbers divisible by 1000000 that are greater than 1 and less than 10000000. Each number should be displayed in new line. Your program should display exactly: <...
Monolica's user avatar
  • 1,215
-20 votes
30 answers
3k views

Note: This challenge is not the same. Challenge Believe it or not, we haven't got ONE challenge for reversing one-dimensional arrays (although we've got one for n-dimensional ones)! This should ...
Erik the Outgolfer's user avatar
-25 votes
57 answers
4k views

Challenge Input two integers. Integer I/O must be decimal. If the integers are equal, output a truthy value. Otherwise, output a falsy value. Clarifications You will never receive non-integer inputs. ...
anna328p's user avatar
  • 6,482

15 30 50 per page
1
965 966
967
968 969
1611