Live contests running now

SALONE
PROGRAMMING
CONTEST

Code. Compete. Learn. Win. πŸ‡ΈπŸ‡±

Challenge yourself, improve your programming skills, and compete with programmers across Sierra Leone.

Problems
15
Contests
3
Languages
2
sum_two_numbers.c
#include <stdio.h>

int main(void) {
    long long a, b;
    scanf("%lld %lld", &a, &b);
    printf("%lld\n", a + b);
    return 0;
}
5 / 5 test cases passed12 ms Β· 1.4 MB

How it works

From registration to the podium in four steps.

STEP 01

Register

Create your student profile with your school and student ID.

STEP 02

Join a contest

Enter a timed contest and read the instructions before the clock starts.

STEP 03

Solve & submit

Write C or Python in the browser editor, run the samples, then submit.

STEP 04

Climb the ranks

Scores are awarded per hidden test case and update the live leaderboard.

Upcoming contests

Reserve your slot and prepare your setup ahead of the start time.

All contests

Featured challenges

Practise any time β€” practice submissions never affect contest standings.

Challenge library

Supported languages

The judge is language-agnostic by design. C and Python are live today; C++, Java and JavaScript can be enabled without changing the contest engine.

C

GCC Β· pointers, arrays, memory

Live

Python

CPython 3 Β· fast prototyping

Live

C++

Planned

Soon

Java

Planned

Soon

Leaderboard preview

The national standings, updated after every judged submission.

Full leaderboard
RankStudentSchoolSolvedPoints

Why Salone Programming Contest

Fair, automated judging

Every submission is scored against the same hidden test cases in an isolated sandbox β€” no manual marking, no bias.

Built for classrooms

Teachers create contests, assign problems, set difficulty and points, and follow every student's progress.

A national ranking

Students from every school compete on one leaderboard, building a visible record of Sierra Leonean talent.

Ready to write your first submission?

Registration is free for every student in Sierra Leone. All you need is a browser.