- 
                Notifications
    You must be signed in to change notification settings 
- Fork 317
Closed
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues, especially the pinned issues.
Exception report
в System.Console.SetCursorPosition(Int32 left, Int32 top)
   в Microsoft.PowerShell.Internal.VirtualTerminal.set_CursorLeft(Int32 value)
   в Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
   в Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
   в Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c)
   в Microsoft.PowerShell.PSConsoleReadLine.SelfInsert(Nullable`1 key, Object arg)
   в Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
   в Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
   в Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)Screenshot
N/A
Environment data
res = 7*512**3200 + 6*256**3100 - 5*64**3000 - 4*8**2900 - 1542
count = 0
while res:
    if res % 64 == 0:
        count += 1
        res // 25
        print(count)Steps to reproduce
res = 7512**3200 + 62563100 - 5*643000 - 4*8**2900 - 1542
count = 0
while res:
if res % 64 == 0:
count += 1
res // 25
print(count)
Expected behavior
Numeric response
Actual behavior
erroe
Metadata
Metadata
Assignees
Labels
No labels