Golfcoder FAQ LOGIN
Error

Advent of Code Leaderboard 2023 / Day 1

View puzzle on adventofcode.com

Submit solution



Rules
  • You're welcome to participate alone or in a team.
  • You may submit multiple solutions and explore different programming languages.
  • Stick to the standard library of your language, no further dependencies/libraries, except the ones which OneCompiler provides (e.g. NumPy for Python).
  • Ensure your code aligns to the template (Python, Rust, Go, Kotlin, JavaScript, C#, TypeScript, C++, Java, C, Swift, Scala, Ruby), reading the puzzle input from stdin (terminated with end-of-file), and printing the solution to stdout.
  • Please refrain from making network requests, reading data from files, or storing data in variable/function/class names for reflection.

Leaderboard

Name Language Tokens Sum Tokens Part 1 Tokens Part 2 Last change
1 Profile imageSharparam Ruby 148 36 112 8 months ago
2 Profile imageVisible-Bag4062 Python 208 45 163 8 months ago
3 Profile imageMustafa Furkan Kaptan Python 209 43 166 8 months ago
4 Profile imageValentin Slawicek Kotlin 212 52 160 8 months ago
5 Profile imageLiquidFun Python 217 56 161 8 months ago
6 GXgaetjen Kotlin 232 78 154 9 months ago
7 Profile imageanonymous Kotlin 261 60 201 9 months ago
8 Profile imageVisible-Bag4062 C++ 290 74 216 8 months ago
9 Profile imageMathias Parger Python 348 129 219 8 months ago
10 Profile imageabnew123 Java 527 189 338 8 months ago
11 Profile imageKevin Brasier Python 10043 43 - 8 months ago
12 Profile imageNolan Locke Kotlin 10048 48 - 8 months ago
13 Profile image0bArcane Python 10067 67 - 8 months ago
14 Profile imageVisible-Bag4062 Java 10115 115 - 8 months ago

216 tokens in C++ for part 2 by Visible-Bag4062

Download solution

#include<array>
#include<iostream>

usingnamespacestd;

#defineX(b,x)if(b)sum+=d?0:10*(x),d=x;
#defineF(i,v)for(size_ti=0;i<v.size();++i){autoc=v[i];X(

intmain(){
stringline;
intsum=0;
array<string,9>digitWords={"one","two","three","four","five","six","seven","eight","nine"};
while(getline(cin,line)){
intd=0;
F(i,line)
c<60,c-48)
F(j,digitWords)
!line.compare(i,c.size(),c),j+1)
}
}
sum+=d;
}
cout<<sum<<endl;
}