18 |
sujal |
Add 2 Numbers |
python |
0.13132977485656738s |
0.0KB |
Runtime Error !!
Traceback (most recent call last):
File "E:\Django projects\Online_JudgeD-master\codes\6b67b30e-85a7-404f-a083-029277b9f904.py", line 3, in <module>
num1 = int(input())
ValueError: invalid literal for int() with base 10: '2 3'
|
June 5, 2025, 9:58 a.m. |
View |
17 |
sujal |
Add 2 Numbers |
python |
0.08671784400939941s |
0.0KB |
Runtime Error !!
File "E:\Django projects\Online_JudgeD-master\codes\5d71b90c-a1c6-4ce1-b928-131cd202f5ed.py", line 11
int result = num1 + num2
^^^^^^
SyntaxError: invalid syntax
|
June 5, 2025, 9:57 a.m. |
View |
16 |
sujal |
Add 2 Numbers |
python |
0.09769320487976074s |
0.0KB |
Runtime Error !!
File "E:\Django projects\Online_JudgeD-master\codes\3fffec52-2d7d-4c49-ab57-d4588eb47deb.py", line 11
int result = num1 + num2
^^^^^^
SyntaxError: invalid syntax
|
June 5, 2025, 9:57 a.m. |
View |
15 |
sujal |
Add 2 Numbers |
python |
0.12995076179504395s |
0.0KB |
Runtime Error !!
File "E:\Django projects\Online_JudgeD-master\codes\eaeae21d-1b15-4a86-98ed-351e2a52fa4a.py", line 11
int result = num1 + num2
^^^^^^
SyntaxError: invalid syntax
|
June 5, 2025, 9:55 a.m. |
View |
14 |
sujal |
Add 2 Numbers |
python |
0.11453485488891602s |
0.0KB |
Runtime Error !!
Traceback (most recent call last):
File "E:\Django projects\Online_JudgeD-master\codes\194c4dcd-2515-4ad6-ac66-b9d5d250c517.py", line 3, in <module>
num1 = int(input("Enter the first number: "))
ValueError: invalid literal for int() with base 10: '2 3'
|
June 5, 2025, 9:55 a.m. |
View |
13 |
sujal |
Add 2 Numbers |
python |
0.12673211097717285s |
0.0KB |
Runtime Error !!
Traceback (most recent call last):
File "E:\Django projects\Online_JudgeD-master\codes\1f70f137-8a26-4ced-a2a6-f0bd2ade40f9.py", line 3, in <module>
num1 = float(input("Enter the first number: "))
ValueError: could not convert string to float: '2 3'
|
June 5, 2025, 9:55 a.m. |
View |
12 |
sujal |
Add 2 Numbers |
python |
0.06344270706176758s |
0.0KB |
Wrong answer at Testcase - 1 !
Expected : 5 but Found : 8 |
June 5, 2025, 9:53 a.m. |
View |
11 |
sujal |
Add 2 Numbers |
python |
0.07292842864990234s |
0.0KB |
Wrong answer at Testcase - 1 !
Expected : 5 but Found : The sum is: 8 |
June 5, 2025, 9:53 a.m. |
View |
10 |
sujal |
Add 2 Numbers |
cpp |
0.15285539627075195s |
0.0KB |
Wrong answer at Testcase - 1 !
Expected : 5 but Found : Enter two numbers: Sum is: 5 |
June 2, 2025, 2:08 a.m. |
View |
9 |
sujal |
Add 2 Numbers |
cpp |
0.12736940383911133s |
0.0KB |
Wrong answer at Testcase - 1 !
Expected : 5 but Found : Enter two numbers: Sum is: 6 |
June 2, 2025, 2 a.m. |
View |