2023-04-10 06:26

[백준 / javascript] 1874번 스택 수열

https://www.acmicpc.net/problem/1874
// 1874 : 스택 수열
const readFile = process.platform === 'linux' ? '/dev/stdin' : 't.txt';
con...
알고리즘
000

댓글