manuka
manuka
CC#
Created by manuka on 10/27/2024 in #help
✅ code works fine on my pc but give runtime error on codeforces
how do i mark this thread as solved @ACiDCA7
18 replies
CC#
Created by manuka on 10/27/2024 in #help
✅ code works fine on my pc but give runtime error on codeforces
i will use parse from now on lol
18 replies
CC#
Created by manuka on 10/27/2024 in #help
✅ code works fine on my pc but give runtime error on codeforces
i didnt knew what was int.Parse before thats why i used convert i saw that on the website i mentioned above
18 replies
CC#
Created by manuka on 10/27/2024 in #help
✅ code works fine on my pc but give runtime error on codeforces
no i found a random question on a website
18 replies
CC#
Created by manuka on 10/27/2024 in #help
✅ code works fine on my pc but give runtime error on codeforces
otherwise it will look like this still works but looks ugly
C#
int x = Convert.ToInt32(numb[0]);
int y = Convert.ToInt32(numb[1]);
int z = Convert.ToInt32(numb[2]);
C#
int x = Convert.ToInt32(numb[0]);
int y = Convert.ToInt32(numb[1]);
int z = Convert.ToInt32(numb[2]);
18 replies
CC#
Created by manuka on 10/27/2024 in #help
✅ code works fine on my pc but give runtime error on codeforces
No description
18 replies
CC#
Created by manuka on 10/27/2024 in #help
✅ code works fine on my pc but give runtime error on codeforces
do you know anyway to make it format like this
18 replies
CC#
Created by manuka on 10/27/2024 in #help
✅ code works fine on my pc but give runtime error on codeforces
C#
string[] numb = Console.ReadLine().Split(' ');

int x,y,z = int.Parse(numb[0]);int.Parse(numb[1]);int.Parse(numb[2]);
C#
string[] numb = Console.ReadLine().Split(' ');

int x,y,z = int.Parse(numb[0]);int.Parse(numb[1]);int.Parse(numb[2]);
18 replies
CC#
Created by manuka on 10/27/2024 in #help
✅ code works fine on my pc but give runtime error on codeforces
nvm found a fix
18 replies
CC#
Created by manuka on 10/27/2024 in #help
✅ code works fine on my pc but give runtime error on codeforces
im still trying to figure it out
18 replies
CC#
Created by manuka on 10/27/2024 in #help
✅ code works fine on my pc but give runtime error on codeforces
problem doesnt tell if the input is a string or a int
18 replies
CC#
Created by manuka on 10/27/2024 in #help
✅ code works fine on my pc but give runtime error on codeforces
18 replies