This is the question. I am pretty sure I need a for loop to display the graphs. 댓글을 달려면 로그인하십시오. 채택된 답변 Torsten2022년 3월 10일 추천 0 링크 번역
Wrong answer on test 4. There is (probably) a much better solution, but I can't figure out what is wrong with this. (only main part of the code) int n, q, dfn[200001], low[200001], a[200001], w[200001], an[21][200001], dep[200001], tot = 0, rt = 1; vector<int> gv...
What is wrong with my coding lines I wrote: x = input("Farrokh Mokri") print(x) y = input("fhghghghhf hhhghghg ghghhg") print(y) and got the result: Farrokh Mokri fhghghghhf hhhghghg ghghhg Traceback (most recent call last): File "./Playground/file0.py", line 3, in <module...
what is wrong with my code in Matlab function?. Learn more about differential equations, model, radiaoctive decay, physics MATLAB, Simulink
TypeError: Cannot read property 'source' of undefined at promises.js:35 at Array.map (<anonymous>) at generateHTML (promises.js:31) Below is my code: constastrosUrl='http://api.open-notify.org/astros.json';constwikiUrl='https://en.wikipedia.org/api/rest_v1/page/summary/';constpeople...
thanks, I didn't notice that. I updated my code, so it post that one instead thanks again. Feb 26, 2022 at 11:36am againtry(2313) Something is wrong here. Is this sample data setup in a single file meant to be serious? A separate file with a list of names and then separate ....
ooo ok first is you define a function you need to add () second you need code for a function, you can't leave it empty def lc_alphabet(): print('place holder') also to check if stuf is equal to one another use == if 1==1: print('one is equal to one') 23rd Jul 2017, 11...
It is supposed to do this: input: 3 4 1 1 1 1 5 8 7 1 3 4 1 5 output: NO YES YES my code: https://codeforces.com/contest/1742/submission/203843549 can you send me the correct code?
Serj Kondrashov is having issues with: When I run in shell stringcases('what is Wrong with my code') I get ('WHAT IS WRONG WITH MY CODE', 'what is wrong with my code', 'What is wrong ...
This is the code that I have... using System; using System.IO; using System.Text; using Util; namespace Program_11 { class Program { const string INPUT_FILE_NAME = "\\CIS110\\prg11Dat.txt" ; //sta...