Jump to content

Vuk

Member
  • Posts

    18
  • Joined

  • Last visited

Awards

This user doesn't have any awards

  1. I'm on the newest version of Windows 10, build 19041.508 and my taskbar is acting very weird. When I try to open/display the calendar/time or sound outputs by clicking on their buttons on the taskbar, nothing happens. This happened just randomly by itself, I did not change any crucial Windows settings. This is really annoying, because I can't check the date on my PC or change the sound output! I would really appreciate if you could help me fix this issue. I tried searching the solutions on the Internet but nothing useful comes up. I did the system file check and everything is fine. I am clueless but hopefully someone here can help me! Thanks!
  2. Ok so, I have some problems with my coding task. I have to create a program that will find the smallest character in a string from user inputted place in string, however much times user wants. I have created this garbage of code and I've gotten an error on my second input, but not on the first one. Also I've filled the list with 6 Char.MaxValues for testing because I don't know how else to do it. I'd appreciate help in solving that. The input/output should look like this: 6 2 abcdef 2 6 b 4 6 d Disclaimer: I'm just a noob in programming so don't hate static void Main(string[] args) { int N, Q, L, R; string S; string[] temp = Console.ReadLine().Split(' '); N = int.Parse(temp[0]); Q = int.Parse(temp[1]); S = Console.ReadLine(); List<char> cTemp = new List<char>() { Char.MaxValue, Char.MaxValue, Char.MaxValue, Char.MaxValue, Char.MaxValue, Char.MaxValue }; char min = Char.MinValue; int k; for (int i = 0; i < Q; i++) { temp = Console.ReadLine().Split(' '); L = int.Parse(temp[0]); R = int.Parse(temp[1]); k = 0; while (L < R) { cTemp[L - 1] = S[L - 1]; if(k == 0) if (cTemp[L - 1] < cTemp[L - 2]) min = cTemp[L - 1]; k++; L++; } Console.WriteLine(min); cTemp.Clear(); } }
  3. Actually s[0] and s[2] sorry. And oof you'd need to convert the gotten chars to strings and then to int bc int.Parse don't work with chars for some reason.
  4. Efficient in the means of not getting a WriteLine string then doing s[0] and s[1] for 2 char numbers and then parsing them...
  5. Hello, I have a problem with (I think software but maybe isn't the case) but I don't see the OS Troubleshooting section anywhere so I'll post here. Ok so, I was doing some coding when suddenly I got a Windows popup saying that 2 USBs had an error: device descriptor request failed. I couldn't find anywhere the solution to my problem because everyone says - do that in the registry edit then unplug your USB device. I can't bro. No USB devices were plugged in specifically to cause that error. It just randomly happened by itself and no USBs were in during that time! I'm just really confused and I really need help, I would really appreciate if somebody could help me! Thanks.
  6. Omg thank you so much for that link, you're a live-saver! Yes my monitor has Freesync Premium and supports HDMI from 48-144! Now I just have another question because AMD did not specify. What HDMI version can do that?
  7. Don't go with a TN panel trust me. Viewing angles and colors are trash. No matter how expensive it is. Get an IPS 144Hz 1ms monitor like Asus VG249Q and you'll be set. I just got it recently. It's amazing! The slightly less expensive alternative is AOC 24G2U, but I couldn't find anywhere to buy it except Amazon but shipping fees exceed the price of the monitor so lol no. Hope I helped!
  8. Hello. I've just bought an Asus VG249Q monitor and I have some questions. Firstly, will Freesync work over included HDMI cable on 144Hz? (Currently I enabled 144Hz and Freesync but I am not sure if it can properly sync to 144Hz because I read from multiple sources that only DP & HDMI 2.1 can do that, don't believe that I got HDMI 2.1 included, more so 1.4) Secondly, what color profile should I use on my monitor. Asus is really confusing with their multiple modes. Currently I'm using Racing Mode because it came preset like that out of the box. That's all. Looking forward to your answers! Thanks!! :)
  9. I've recently bought the Asus VG249Q. All recommendations. But the only thing that I don't like is that you don't get included DP cable in the box. Only HDMI. I don't know if Freesync can properly sync all the way up to 144fps on HDMI 1.4. (don't believe that I got HDMI 2.1) Though Freesync seems to be enabled, I am sceptical that it works from 48fps to 144fps!
  10. Hello. I've just bought an Asus VG249Q monitor and I have some questions. Firstly, will Freesync work over included HDMI cable on 144Hz? (Currently I enabled 144Hz and Freesync but I am not sure if it can properly sync to 144Hz because I read from multiple sources that only DP & HDMI 2.1 can do that, don't believe that I got HDMI 2.1 included, more so 1.4) Secondly, what color profile should I use on my monitor. Asus is really confusing with their multiple modes. Currently I'm using Racing Mode because it came preset like that out of the box. That's all. Looking forward to your answers! Thanks!!
  11. Guys, I made up my mind. I'll just buy a hefty cooler. What do you recommend for about 60-70 dollars. Air cooler btw. Water coolers last much less then air coolers and are also more expensive.
  12. My BIOS is second to the newest one available. That shouldn't be the problem.
  13. Hello. I just built my PC. Everything works fine, EXCEPT... My CPU temps are insanely high! 55-65°C when *IDLE*, and when I ran prime95 stress test temps jumped to insane 95°C in the first couple seconds! I immediately ended the stress test. Why could this be happening?? Also to note, CPU is constantly on 4GHz (didn't overclock it at all). Also voltage is acting funny. It fluctuates very much. Specs: CPU: Ryzen 5 3600 MOBO: MSI B450 Tomahawk Max GPU: Radeon RX 5700 RAM: Gskill Ripjaws V 16GB 3400MHz SSD: Kingston A2000 500GB
×