文件名称:leetcode红蓝球-leetcode:leetcode
文件大小:2.79MB
文件格式:ZIP
更新时间:2024-07-26 09:47:06
系统开源
leetcode红蓝球 牛排编号123.把1和2放在锅上,5分钟后取下2,把1翻一面,把3放上去,5分钟后取下1,把2放进去,把3翻一面 5+5+5 =15 ====================================================================================================== public class Main { public static void main(String[] args) { String str = ""; Scanner input = new Scanner(System.in); str = input.next(); StringBuffer sb = new StringBuffer(str); sb.reverse(); int count = 0; for (int i = 0; i < str.length(); i++) { if (str.c