by@ten986
AC
5951ms
using S=System.Console;class A{static void Main(){for(int d=1,c;;S.Write("#\n "[d<1?0:c%3]),d=c>83?1:++d%51-c%2*51)c=S.Read();}}
T K
# # # # # # # # # # # # # # # # ##############
The template "Console Application" was created successfully. Processing post-creation actions... Running 'dotnet restore' on /tmp/Proj/Proj.csproj... Restoring packages for /tmp/Proj/Proj.csproj... Generating MSBuild file /tmp/Proj/obj/Proj.csproj.nuget.g.props. Generating MSBuild file /tmp/Proj/obj/Proj.csproj.nuget.g.targets. Restore completed in 229.08 ms for /tmp/Proj/Proj.csproj. Restore succeeded. Unhandled Exception: System.IndexOutOfRangeException: Index was outside the bounds of the array. at System.String.get_Chars(Int32 index) at A.Main() in /tmp/Proj/Program.cs:line 1