78 questions
Hi, everyone.I made a simple code. I'd like to hear advice from experts who know the problem.#include <iostream>using namespace std;int CountPlayer;struct SUTDA{ char Name[20];};void Input(){ co...
def income_sheet_Y(code): # Importing data fs_rpt_url = http://comp.fnguide.com/SVO2/ASP/SVD_Finance.asp?pGB=1&gicode=A{}&cID=&MenuYn=Y&ReportGB=&NewMenuID=103&stkGb=701.format...
class PrintFuncNum: def __init__(self, func): self.func = func def check(self, test): answer = self.func(test)test1 = PrintFuncNum(func) # You can put test*3 in the answer in the check part# Or I wo...
#define _crt_secure_no_warnings#include<stdio.h>void GetIntArray(int v[], int n);void ReverseIntArray(int v[], int n);void PrintIntArray(int v[], int n);int main(){ int tem[] = { 0 }; int n; Get...
mus, fre, ger, phy = 95, 97, 45, 95def getMinMaxScore(mus, fre, ger, phy): # ?? return ??MaxScore, MinScore = ( )print(MaxScore, MinScore)Run Results: 97, 45Hello, guys. I found an example while study...
#include<stdio.h>#include<ctype.h>#define size 100int main(){ char s[size] = Applea; char c = ; c = getchar(); int i, j; int n = 100; for (i = 0; i < n; i++) { if (s[i] == (char)c) { ...
1. make a list called groceries with the values banana, orange, and apple.Define these two defaultdictionaries:stock = { banana: 6, apple: 0, orange: 32, pear: 15}prices = { banana: 4, apple: 2, orang...
b=2A= Oh, I really want to eat 'crunchy' \jeon\.B=A[5:9]C=B.replace(B), 'Brown'C=C.replace(B),'Yellow',b)print(C)When you print out a C, 'Yellow' 'Yellow' Shouldn't it come out as? I'm asking because ...
I learned a function that receives multiple inputs, and then I realized that it was a def functionadd_many (1,2,3,4,5,6,7,8,9) is added and executedI'm curious about the reason why it's error if I use...
The selectAction function is a function that receives values of col, row, and direction from the user. You want to receive a value through scanf from this function.The three values you enter must also...
« | - 7 - | » |
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
578 Understanding How to Configure Google API Key
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.