leetcode-daily/cpp/2308/main.cpp

7 lines
126 B
C++

#include "defs.h"
#include <iostream>
int main() {
std::cout << LC230927::decodeAtIndex("a2b3c4d5e6f7g8h9", 9);
return 0;
}