以下の問題を使ってo1に解いていただきました。数学オリンピック並みに解けるようでした。
o1のoとは何でしょうか?Orion(GPT-5)を予期しているのかもしれません
問題
# Problem Statement
Mr.LLM bought N items in a supermarket. The price of i-th item was A[i] dollars. Write a program that outputs the total price.
# Constraints
- 1 <= N <= 100
- 1 <= A[i] <= 100 (1 <= i <= N)
- All input values are integer
# Input
N
A[1] A[2] A[3] ... A[N]
# Output
Print the answer.
# Sample Input 1
5
3 1 4 1 5
# Sample Output 1
14
ChatGPT Plusに加入しているので、他にやってほしいことがあればコメントください