wcasa
wcasa
CC#
Created by wcasa on 7/1/2023 in #help
Exception thrown: 'System.BadImageFormatException' in BruhCode2.dllAn unhandled exception of type '
i did something, and this is the new result that ive gpt
7 replies
CC#
Created by wcasa on 7/1/2023 in #help
Exception thrown: 'System.BadImageFormatException' in BruhCode2.dllAn unhandled exception of type '
isnt it another one?
7 replies
CC#
Created by wcasa on 7/1/2023 in #help
Exception thrown: 'System.BadImageFormatException' in BruhCode2.dllAn unhandled exception of type '
no
7 replies
CC#
Created by wcasa on 7/1/2023 in #help
❔ System.BadImageFormatException:
i: • Deleted the AForge.Video.FFMpeg 2.2.5.1 • ran dotnet add BruhCode2 package AForge.Video.FFMPEG --version 2.2.5.0-rc
8 replies
CC#
Created by wcasa on 7/1/2023 in #help
❔ System.BadImageFormatException:
8 replies
CC#
Created by wcasa on 7/1/2023 in #help
❔ System.BadImageFormatException:
but it still doesnt work
8 replies
CC#
Created by wcasa on 7/1/2023 in #help
❔ System.BadImageFormatException:
i ran dotnet add package AForge.Video.FFMPEG --version 2.2.5.0-rc
8 replies
CC#
Created by wcasa on 7/1/2023 in #help
❔ System.BadImageFormatException:
okay
8 replies
CC#
Created by wcasa on 6/23/2023 in #help
✅ inputting list..
!close
22 replies
CC#
Created by wcasa on 6/23/2023 in #help
✅ inputting list..
thanks men!
22 replies
CC#
Created by wcasa on 6/23/2023 in #help
✅ inputting list..
okie
22 replies
CC#
Created by wcasa on 6/23/2023 in #help
✅ inputting list..
so i should have that (size) at the end of the list?
22 replies
CC#
Created by wcasa on 6/23/2023 in #help
✅ inputting list..
so thats the way?
22 replies
CC#
Created by wcasa on 6/23/2023 in #help
✅ inputting list..
var size = int.Parse(Console.ReadLine());

List<int> arr = new List<int> { };
for (int i = 0; i < size; i++)
{

int val = int.Parse(Console.ReadLine());
arr.Add(val);
}
var size = int.Parse(Console.ReadLine());

List<int> arr = new List<int> { };
for (int i = 0; i < size; i++)
{

int val = int.Parse(Console.ReadLine());
arr.Add(val);
}
22 replies
CC#
Created by wcasa on 6/23/2023 in #help
✅ inputting list..
sounds slow..
22 replies
CC#
Created by wcasa on 6/23/2023 in #help
✅ inputting list..
is there more efficient solution?
22 replies
CC#
Created by wcasa on 6/23/2023 in #help
✅ inputting list..
so i need to pushback them 1 by 1?
22 replies
CC#
Created by wcasa on 6/23/2023 in #help
✅ inputting list..
forgot those exist
22 replies