ジャワ

プログラミングQA

【解決方法】ファイルアンドロイドを削除する方法

Java File file = new File(path); if(file.exists()) { File file2 = new File(file.getAbsolutePath()); ...
プログラミングQA

【解決方法】範囲外の文字列インデックス: 0、n=s.charat(I)+n; で文字にアクセスしようとすると文字列インデックスが範囲外になるのはなぜですか?

import java.io.*; import java.util.*; public class Solution { public static void main(String[...
プログラミングQA

【解決方法】この C 言語の問題をどのように解決しますか?

この文字列「127a33069b1708r831c8457」の各偶数桁と合計桁数を数えます。 ライブラリを使用しないでください。 たとえば、出力結果は次のようになります。 2-1回 0 ~ 2 ...
プログラミングQA

【解決方法】Java.util.nosuchelementexception (eclipse vs codeforces)

こんにちは良い人、明けましておめでとうございます。 私は問題を解決しようとしていましたが、論理的にはそれを解決し、Java で実装しました。 私はEclipse IDEを使用してJavaプログラム...
プログラミングQA

【解決方法】この問題のアプローチは何ですか? この問題を解決するのを手伝ってください

Two people are playing a game where Kyle gives Genny an array arr of size n. There are some positions in...
プログラミングQA

【解決方法】CコードをJavaコードに変換する方法

C #include <stdio.h> #include <stdlib.h> #include <string.h> void Read_vector(char...
プログラミングQA

【解決方法】このコードの複雑さはどのくらいですか?

what is the time complexity of this code?私が試したこと: import java.util.*; public class Main { public ...
プログラミングQA

【解決方法】この問題を解決するには?

3 integer variables from the user ( a, b, c ) and find how many of them are negative numbers. After f...
プログラミングQA

【解決方法】指定された入力に対して次の出力を与えるプログラム

Eg 1: Input: a1b10 Output: abbbbbbbbbb Eg: 2: Input: b3c6d15 Output: bbbccccccdddddd...
プログラミングQA

【解決方法】このコードの何が問題なのですか?

Input 5 Output: reverse pattern * * * * * * * * * * * * * * *私が試したこと: impor...
タイトルとURLをコピーしました