what is wrong with my code?. Learn more about why it is showing this error all the time., homework
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...
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...
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
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...
I don`t know what is wrong. It keeps saying "Task number 1 is no longer passing" app.js varfullName=document.getElementById("full_name");varlastName=document.getElemntsByTagName("span")[1]; index.html <!DOCTYPE html><html><head></head><body><h1id="full_name"><spanclass="first...
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?
Here is my code: Code: /*Conversion.c -- Currency conversion*/ #include<stdio.h> int main(void) { float dollar; /* US dollar amount */ float canada; /* Canada equivalent */ float britian; /* Britian equivalent */ float euro; /* Euro equivalent */ float turkey; /* Turkey equiva...
Below is the equation for a square wave with period T: ThemeCopy squarewave(t) = sign(sin((2*pi*t)/T); To get your 2D output A, you need to multiply two 1D square waves together. Give it another shot, and let us know if you need mor...