일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 일본어
- springboot
- Spring
- ruby
- rails
- 건담
- 건담베이스
- 一日一つメソッド
- vscode
- Flutter
- 日本語
- C로 시작하는 컴퓨터 프로그래밍4판
- 반다이몰
- html
- 자바
- nico
- 연습문제
- 디지몬
- メソッド
- Web
- javascript
- CSS
- 인프런
- rails7
- java
- jsp
- DART
- Python
- 비즈니스일본어
- 単語
Archives
- Today
- Total
목록B (1)
AR삽질러
B020:ネットサーフィン
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