
Kerem Kutan
Statistics
Cody
10 문제
150 해답
순위
N/A
of 260,058
평판
N/A
참여
0 질문
0 답변
답변 채택
0.00%
획득한 표
0
순위
841
of 111,611
참여
10 문제
150 해답
점수
1,830
배지 수
11
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
문제
GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA
약 2년 전 | 1 | 솔버 수: 57
문제
Percentage
There is x liter water and y gram => z is percentage of salt in water
약 2년 전 | 0 | 솔버 수: 56
해결됨
Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...
약 2년 전
문제
Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...
약 2년 전 | 0 | 솔버 수: 58
해결됨
Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...
약 2년 전
해결됨
Which one is More bigger?
we have two input like (x,y) our output (z) must wich one is bigger input.
약 2년 전
해결됨
Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...
약 2년 전
해결됨
Making change
Given an amount of currency, return a vector of this form: [100 50 20 10 5 2 1 0.5 0.25 0.1 0.05 0.01] Example: Input a = ...
약 2년 전
해결됨
Encode Roman Numerals
Create a function taking a non-negative integer as its parameter and returning a string containing the Roman Numeral representat...
약 2년 전
해결됨
Which doors are open?
There are n doors in an alley. Initially they are all shut. You have been tasked to go down the alley n times, and open/shut the...
약 2년 전
해결됨
Convert Angstrom to Meters
Write a code that converts the angstrom unit to meters.(A is angstrom and m is meters.)
약 2년 전
해결됨
Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...
약 2년 전
해결됨
Problem for beginners
M is a nxm matrix. Swap the fist and the second last column with eachother. X=[1 2 3;4 5 6;7 8 9] Y=[2 1 3;5 4 6;8 7 9]
약 2년 전
해결됨
Problem for beginners
Suppose that x is a column vector, with at least a length of 6. Delete the 2., 6., and the second last row. Example: X=[1;2;3...
약 2년 전
해결됨
Mid-term report
You just got your mid-term report, but it's full of ones and twos :(. So before you give it to your parents, you change it, in o...
약 2년 전
해결됨
Simple Matrix
Make the following matrix without typing it in one by one. [1 2 3; 2 4 6; 4 8 12] x=[1 2 3].
약 2년 전