일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 자바
- javascript
- vscode
- 반다이몰
- 日本語
- Flutter
- Web
- rails
- 単語
- 건담
- nico
- 일본어
- ruby
- C로 시작하는 컴퓨터 프로그래밍4판
- Python
- java
- CSS
- 연습문제
- メソッド
- 디지몬
- html
- Spring
- springboot
- 건담베이스
- 인프런
- 一日一つメソッド
- jsp
- 비즈니스일본어
- DART
- rails7
Archives
- Today
- Total
목록B (1)
AR삽질러

B020:ネットサーフィン B020:인터넷서핑 import java.util.*; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int n = Integer.parseInt(scanner.nextLine()); Stack stack = new Stack(); String currentPage = "blank page"; stack.push(currentPage); for (int i = 0; i < n; i++) { String query = scanner.nextLine(); if (query.equals("use the back button")) { if (stack..
日本語/paiza
2023. 7. 22. 12:20