🚧 I have no clue what I'm doing wrong lol
This commit is contained in:
parent
cac9e2bffc
commit
f0e586f902
433
2020/8/.gitignore
vendored
Normal file
433
2020/8/.gitignore
vendored
Normal file
@ -0,0 +1,433 @@
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Mono auto generated files
|
||||
mono_crash.*
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# Visual Studio 2017 auto generated files
|
||||
Generated\ Files/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUNIT
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# Benchmark Results
|
||||
BenchmarkDotNet.Artifacts/
|
||||
|
||||
# .NET Core
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
# StyleCop
|
||||
StyleCopReport.xml
|
||||
|
||||
# Files built by Visual Studio
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_h.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.iobj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*_wpftmp.csproj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# Visual Studio Trace Files
|
||||
*.e2e
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# JustCode is a .NET coding add-in
|
||||
.JustCode
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# AxoCover is a Code Coverage Tool
|
||||
.axoCover/*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Visual Studio code coverage results
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
|
||||
# NCrunch
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||
# in these scripts will be unencrypted
|
||||
PublishScripts/
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/[Pp]ackages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/[Pp]ackages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/[Pp]ackages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignorable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
*.appx
|
||||
*.appxbundle
|
||||
*.appxupload
|
||||
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!?*.[Cc]ache/
|
||||
|
||||
# Others
|
||||
ClientBin/
|
||||
~$*
|
||||
*~
|
||||
*.dbmdl
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
# Including strong name files can present a security risk
|
||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||
#*.snk
|
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
ServiceFabricBackup/
|
||||
*.rptproj.bak
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
*.ndf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
*.rptproj.rsuser
|
||||
*- Backup*.rdl
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
node_modules/
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||
*.vbw
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# CodeRush personal settings
|
||||
.cr/personal
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/**
|
||||
# !tools/packages.config
|
||||
|
||||
# Tabs Studio
|
||||
*.tss
|
||||
|
||||
# Telerik's JustMock configuration file
|
||||
*.jmconfig
|
||||
|
||||
# BizTalk build output
|
||||
*.btp.cs
|
||||
*.btm.cs
|
||||
*.odx.cs
|
||||
*.xsd.cs
|
||||
|
||||
# OpenCover UI analysis results
|
||||
OpenCover/
|
||||
|
||||
# Azure Stream Analytics local run output
|
||||
ASALocalRun/
|
||||
|
||||
# MSBuild Binary and Structured Log
|
||||
*.binlog
|
||||
|
||||
# NVidia Nsight GPU debugger configuration file
|
||||
*.nvuser
|
||||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
|
||||
# Local History for Visual Studio
|
||||
.localhistory/
|
||||
|
||||
# BeatPulse healthcheck temp database
|
||||
healthchecksdb
|
||||
|
||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||
MigrationBackup/
|
||||
|
||||
##
|
||||
## Visual studio for Mac
|
||||
##
|
||||
|
||||
|
||||
# globs
|
||||
Makefile.in
|
||||
*.userprefs
|
||||
*.usertasks
|
||||
config.make
|
||||
config.status
|
||||
aclocal.m4
|
||||
install-sh
|
||||
autom4te.cache/
|
||||
*.tar.gz
|
||||
tarballs/
|
||||
test-results/
|
||||
|
||||
# Mac bundle stuff
|
||||
*.dmg
|
||||
*.app
|
||||
|
||||
# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
|
||||
# General
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
|
||||
# Windows thumbnail cache files
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
|
||||
# Dump file
|
||||
*.stackdump
|
||||
|
||||
# Folder config file
|
||||
[Dd]esktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Windows Installer files
|
||||
*.cab
|
||||
*.msi
|
||||
*.msix
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
##
|
||||
## Visual Studio Code
|
||||
##
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
86
2020/8/Program.cs
Normal file
86
2020/8/Program.cs
Normal file
@ -0,0 +1,86 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace day8 {
|
||||
class Program {
|
||||
|
||||
static void Main(string[] args) {
|
||||
//PartOne();
|
||||
PartTwo();
|
||||
}
|
||||
|
||||
static void PartOne() {
|
||||
List<string> lines = new List<string>(File.ReadAllLines("input")) { "hlt" };
|
||||
|
||||
int acc = 0, i = 0;
|
||||
|
||||
// Halt when reaching HLT
|
||||
while(lines[i] != "hlt") {
|
||||
var parts = lines[i].Split(" ");
|
||||
var instruction = parts[0];
|
||||
var intval = int.Parse(parts[1]);
|
||||
|
||||
// Halt when we go back to this instruction
|
||||
lines[i] = "hlt";
|
||||
|
||||
// Increase accumilator
|
||||
if(instruction == "acc") acc += intval;
|
||||
|
||||
// Do the jump
|
||||
if(instruction == "jmp") i += intval;
|
||||
else i++;
|
||||
}
|
||||
|
||||
Console.WriteLine($"The value of the accumilator is {acc}");
|
||||
}
|
||||
|
||||
static void PartTwo() {
|
||||
var lines = File.ReadAllLines("input");
|
||||
|
||||
for(var i=0; i<lines.Length; i++) {
|
||||
var parts = lines[i].Split(" ");
|
||||
var instruction = parts[0];
|
||||
var intval = int.Parse(parts[1]);
|
||||
|
||||
if(instruction == "acc")
|
||||
continue;
|
||||
|
||||
var clone = new List<string>(lines);
|
||||
clone[i] = instruction == "jmp" ? $"nop {intval}" : $"jmp {intval}";
|
||||
|
||||
try {
|
||||
var result = DoTheThing(clone);
|
||||
Console.WriteLine($"Found that instruction {i} fixes the loop, accumilator end up being {result}.");
|
||||
return;
|
||||
} catch (Exception e) { }
|
||||
}
|
||||
}
|
||||
|
||||
static int DoTheThing(List<string> lines) {
|
||||
int acc = 0, i = 0;
|
||||
|
||||
// Halt when reaching HLT
|
||||
while(lines[i] != "hlt") {
|
||||
if(i >= lines.Count) return acc;
|
||||
|
||||
var parts = lines[i].Split(" ");
|
||||
var instruction = parts[0];
|
||||
var intval = int.Parse(parts[1]);
|
||||
|
||||
// Halt when we go back to this instruction
|
||||
lines[i] = "hlt";
|
||||
|
||||
// Increase accumilator
|
||||
if(instruction == "acc") acc += intval;
|
||||
|
||||
// Do the jump
|
||||
if(instruction == "jmp") i += intval;
|
||||
else i++;
|
||||
}
|
||||
|
||||
throw new Exception("Lmaoo this isn't it");
|
||||
}
|
||||
|
||||
} // class
|
||||
} // namespace
|
8
2020/8/day8.csproj
Normal file
8
2020/8/day8.csproj
Normal file
@ -0,0 +1,8 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
34
2020/8/day8.sln
Normal file
34
2020/8/day8.sln
Normal file
@ -0,0 +1,34 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26124.0
|
||||
MinimumVisualStudioVersion = 15.0.26124.0
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "day8", "day8.csproj", "{8E4DE3C6-C9E1-44B1-8CF4-769D4F207D9F}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{8E4DE3C6-C9E1-44B1-8CF4-769D4F207D9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{8E4DE3C6-C9E1-44B1-8CF4-769D4F207D9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{8E4DE3C6-C9E1-44B1-8CF4-769D4F207D9F}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{8E4DE3C6-C9E1-44B1-8CF4-769D4F207D9F}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{8E4DE3C6-C9E1-44B1-8CF4-769D4F207D9F}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{8E4DE3C6-C9E1-44B1-8CF4-769D4F207D9F}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{8E4DE3C6-C9E1-44B1-8CF4-769D4F207D9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{8E4DE3C6-C9E1-44B1-8CF4-769D4F207D9F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{8E4DE3C6-C9E1-44B1-8CF4-769D4F207D9F}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{8E4DE3C6-C9E1-44B1-8CF4-769D4F207D9F}.Release|x64.Build.0 = Release|Any CPU
|
||||
{8E4DE3C6-C9E1-44B1-8CF4-769D4F207D9F}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{8E4DE3C6-C9E1-44B1-8CF4-769D4F207D9F}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
623
2020/8/input
Normal file
623
2020/8/input
Normal file
@ -0,0 +1,623 @@
|
||||
acc +37
|
||||
acc -4
|
||||
nop +405
|
||||
jmp +276
|
||||
acc +39
|
||||
acc +40
|
||||
acc -3
|
||||
jmp +231
|
||||
acc +44
|
||||
acc +12
|
||||
jmp +505
|
||||
acc +35
|
||||
jmp +282
|
||||
acc +23
|
||||
jmp +598
|
||||
nop +392
|
||||
acc +18
|
||||
acc +44
|
||||
acc +18
|
||||
jmp +297
|
||||
nop +460
|
||||
jmp +152
|
||||
nop +541
|
||||
acc +33
|
||||
jmp -11
|
||||
acc -5
|
||||
acc +9
|
||||
jmp +327
|
||||
acc +30
|
||||
acc -1
|
||||
acc -3
|
||||
jmp +50
|
||||
acc +22
|
||||
acc +18
|
||||
acc +33
|
||||
acc +37
|
||||
jmp +57
|
||||
acc -17
|
||||
acc -6
|
||||
acc -2
|
||||
jmp +535
|
||||
acc -15
|
||||
jmp +279
|
||||
acc +34
|
||||
acc +44
|
||||
acc +41
|
||||
jmp +349
|
||||
acc +2
|
||||
acc +6
|
||||
nop +351
|
||||
nop +252
|
||||
jmp +505
|
||||
jmp +1
|
||||
jmp +1
|
||||
nop +61
|
||||
jmp +524
|
||||
nop +351
|
||||
jmp +399
|
||||
acc +1
|
||||
nop +397
|
||||
acc +39
|
||||
nop +141
|
||||
jmp +134
|
||||
acc +46
|
||||
acc +14
|
||||
acc +26
|
||||
jmp +236
|
||||
acc +7
|
||||
acc -6
|
||||
acc +35
|
||||
jmp +397
|
||||
acc +15
|
||||
jmp +140
|
||||
acc +3
|
||||
acc -4
|
||||
acc +37
|
||||
acc +12
|
||||
jmp +86
|
||||
jmp +416
|
||||
jmp +1
|
||||
jmp +55
|
||||
acc -19
|
||||
jmp +536
|
||||
jmp +1
|
||||
acc -11
|
||||
acc +15
|
||||
jmp -61
|
||||
acc +25
|
||||
jmp -25
|
||||
acc +50
|
||||
acc +43
|
||||
jmp +1
|
||||
jmp +140
|
||||
acc +46
|
||||
nop -53
|
||||
acc +1
|
||||
nop +440
|
||||
jmp +488
|
||||
jmp +396
|
||||
nop +443
|
||||
acc +41
|
||||
jmp +168
|
||||
acc +25
|
||||
nop +383
|
||||
acc +12
|
||||
acc -19
|
||||
jmp +21
|
||||
acc +29
|
||||
acc +30
|
||||
jmp +497
|
||||
jmp +502
|
||||
jmp +417
|
||||
nop +351
|
||||
acc -15
|
||||
jmp +243
|
||||
acc +21
|
||||
acc +16
|
||||
jmp +332
|
||||
acc +28
|
||||
acc +22
|
||||
acc +38
|
||||
jmp +476
|
||||
acc +8
|
||||
acc -11
|
||||
jmp +458
|
||||
acc +9
|
||||
jmp +246
|
||||
acc +40
|
||||
acc +31
|
||||
acc +26
|
||||
jmp +218
|
||||
acc +27
|
||||
acc +9
|
||||
nop +347
|
||||
jmp +478
|
||||
nop +28
|
||||
nop +106
|
||||
acc +25
|
||||
acc -15
|
||||
jmp +397
|
||||
acc +31
|
||||
jmp +231
|
||||
acc -4
|
||||
nop +136
|
||||
acc +14
|
||||
jmp +181
|
||||
jmp +361
|
||||
acc +16
|
||||
acc +11
|
||||
jmp -108
|
||||
nop +299
|
||||
acc +21
|
||||
acc -2
|
||||
jmp -106
|
||||
jmp +246
|
||||
acc +31
|
||||
jmp +407
|
||||
jmp +377
|
||||
acc +43
|
||||
acc -12
|
||||
nop +142
|
||||
acc +8
|
||||
jmp -91
|
||||
jmp +1
|
||||
acc +34
|
||||
acc +5
|
||||
acc +31
|
||||
jmp +12
|
||||
acc +34
|
||||
acc +7
|
||||
acc +34
|
||||
acc +20
|
||||
jmp -45
|
||||
acc -11
|
||||
acc +41
|
||||
acc +10
|
||||
jmp +310
|
||||
nop -106
|
||||
jmp -36
|
||||
acc +23
|
||||
acc +46
|
||||
acc +46
|
||||
jmp +112
|
||||
acc +41
|
||||
nop +179
|
||||
acc +17
|
||||
nop +356
|
||||
jmp +147
|
||||
acc +42
|
||||
nop +49
|
||||
jmp +119
|
||||
acc +0
|
||||
acc +7
|
||||
acc -18
|
||||
acc -8
|
||||
jmp +11
|
||||
acc +12
|
||||
acc +38
|
||||
acc +39
|
||||
jmp +281
|
||||
nop +186
|
||||
jmp +162
|
||||
acc +44
|
||||
acc +20
|
||||
jmp +153
|
||||
jmp +395
|
||||
acc +49
|
||||
jmp +1
|
||||
acc +2
|
||||
jmp +1
|
||||
jmp -31
|
||||
jmp +301
|
||||
nop +97
|
||||
jmp -102
|
||||
jmp +262
|
||||
acc +28
|
||||
acc -15
|
||||
acc +44
|
||||
acc -13
|
||||
jmp +191
|
||||
jmp +281
|
||||
acc +36
|
||||
acc +1
|
||||
nop +15
|
||||
jmp +211
|
||||
acc +6
|
||||
acc -4
|
||||
jmp +42
|
||||
acc +34
|
||||
acc +0
|
||||
jmp +104
|
||||
jmp +311
|
||||
jmp +84
|
||||
acc +43
|
||||
acc -8
|
||||
acc -10
|
||||
acc +38
|
||||
jmp -90
|
||||
acc +49
|
||||
jmp +303
|
||||
nop +132
|
||||
jmp +301
|
||||
nop +60
|
||||
acc +37
|
||||
nop +96
|
||||
jmp +182
|
||||
acc +16
|
||||
acc +18
|
||||
nop +152
|
||||
acc +19
|
||||
jmp +325
|
||||
jmp -63
|
||||
acc +28
|
||||
jmp +56
|
||||
acc +18
|
||||
acc +29
|
||||
acc +33
|
||||
jmp -115
|
||||
acc +47
|
||||
acc +19
|
||||
jmp +1
|
||||
nop +41
|
||||
jmp +1
|
||||
jmp -207
|
||||
nop -62
|
||||
acc -9
|
||||
acc +42
|
||||
acc -12
|
||||
jmp -56
|
||||
acc +28
|
||||
jmp -163
|
||||
acc +25
|
||||
acc +17
|
||||
jmp -217
|
||||
acc +7
|
||||
jmp +272
|
||||
acc +43
|
||||
acc +22
|
||||
jmp +70
|
||||
acc -17
|
||||
jmp -117
|
||||
acc +24
|
||||
acc +26
|
||||
nop -275
|
||||
jmp -46
|
||||
nop +87
|
||||
acc +19
|
||||
acc +28
|
||||
jmp -34
|
||||
acc +4
|
||||
acc +9
|
||||
acc +6
|
||||
jmp +1
|
||||
jmp +28
|
||||
acc -6
|
||||
nop -67
|
||||
acc -10
|
||||
jmp +271
|
||||
acc +40
|
||||
acc +25
|
||||
acc -4
|
||||
jmp -63
|
||||
acc +46
|
||||
jmp +78
|
||||
acc +41
|
||||
nop -126
|
||||
nop +70
|
||||
jmp +1
|
||||
jmp +172
|
||||
nop +270
|
||||
jmp +30
|
||||
jmp +1
|
||||
acc +38
|
||||
nop +68
|
||||
acc +29
|
||||
jmp +253
|
||||
acc -18
|
||||
jmp -89
|
||||
acc +18
|
||||
acc +30
|
||||
jmp +147
|
||||
acc +24
|
||||
acc +11
|
||||
acc +50
|
||||
jmp -225
|
||||
jmp -210
|
||||
acc -18
|
||||
acc +1
|
||||
acc +38
|
||||
jmp +1
|
||||
jmp -79
|
||||
acc +45
|
||||
acc +12
|
||||
jmp +209
|
||||
jmp -207
|
||||
acc +32
|
||||
acc +4
|
||||
acc +32
|
||||
acc +14
|
||||
jmp +83
|
||||
acc +13
|
||||
acc +1
|
||||
acc +46
|
||||
acc +38
|
||||
jmp +28
|
||||
nop +153
|
||||
acc -17
|
||||
jmp -73
|
||||
acc +11
|
||||
jmp +248
|
||||
acc +29
|
||||
acc +45
|
||||
acc +16
|
||||
jmp +96
|
||||
jmp -273
|
||||
acc +34
|
||||
jmp +87
|
||||
nop +99
|
||||
acc -3
|
||||
jmp -74
|
||||
acc +12
|
||||
nop -119
|
||||
jmp -141
|
||||
acc -18
|
||||
nop -79
|
||||
acc +1
|
||||
acc +6
|
||||
jmp +9
|
||||
acc +3
|
||||
acc +44
|
||||
acc +39
|
||||
jmp -165
|
||||
acc +6
|
||||
jmp +44
|
||||
acc +25
|
||||
jmp -133
|
||||
acc +0
|
||||
jmp +14
|
||||
jmp +1
|
||||
acc +1
|
||||
jmp -223
|
||||
jmp +71
|
||||
nop -1
|
||||
acc +22
|
||||
acc +11
|
||||
jmp -274
|
||||
jmp -330
|
||||
acc +45
|
||||
jmp +1
|
||||
acc +15
|
||||
jmp -158
|
||||
jmp -128
|
||||
acc +50
|
||||
acc +26
|
||||
jmp -73
|
||||
nop +99
|
||||
jmp +71
|
||||
acc +35
|
||||
acc +7
|
||||
jmp +192
|
||||
acc +13
|
||||
jmp +190
|
||||
acc +4
|
||||
acc -1
|
||||
acc +40
|
||||
acc -15
|
||||
jmp +50
|
||||
acc +29
|
||||
jmp -337
|
||||
jmp -75
|
||||
acc +41
|
||||
jmp +1
|
||||
jmp -387
|
||||
acc +28
|
||||
acc +18
|
||||
acc +19
|
||||
jmp -62
|
||||
nop -196
|
||||
jmp -410
|
||||
jmp +1
|
||||
acc -17
|
||||
jmp -267
|
||||
acc +22
|
||||
jmp -301
|
||||
nop -98
|
||||
acc -15
|
||||
jmp -124
|
||||
acc +45
|
||||
acc -18
|
||||
acc +15
|
||||
acc +42
|
||||
jmp -296
|
||||
nop -10
|
||||
acc +29
|
||||
jmp -371
|
||||
acc +3
|
||||
jmp +1
|
||||
nop +61
|
||||
acc +5
|
||||
jmp -361
|
||||
acc -5
|
||||
nop -326
|
||||
jmp -379
|
||||
acc -10
|
||||
jmp +1
|
||||
acc +44
|
||||
jmp -231
|
||||
acc +3
|
||||
jmp -94
|
||||
acc +1
|
||||
jmp +113
|
||||
jmp -336
|
||||
acc +4
|
||||
jmp -299
|
||||
acc -13
|
||||
jmp +1
|
||||
acc +13
|
||||
jmp +143
|
||||
acc -11
|
||||
acc -19
|
||||
acc +18
|
||||
nop -390
|
||||
jmp -27
|
||||
acc +42
|
||||
jmp -232
|
||||
acc +15
|
||||
jmp -228
|
||||
acc +21
|
||||
acc +39
|
||||
acc +47
|
||||
acc +6
|
||||
jmp +57
|
||||
acc +28
|
||||
acc +27
|
||||
acc +50
|
||||
jmp -397
|
||||
acc +12
|
||||
jmp -445
|
||||
acc +30
|
||||
jmp -352
|
||||
acc -4
|
||||
acc +26
|
||||
acc +48
|
||||
jmp +1
|
||||
jmp -205
|
||||
jmp +22
|
||||
nop -284
|
||||
acc -1
|
||||
nop -361
|
||||
acc +0
|
||||
jmp -368
|
||||
acc -17
|
||||
nop -223
|
||||
jmp -41
|
||||
acc +4
|
||||
acc +46
|
||||
jmp +79
|
||||
jmp -370
|
||||
jmp -260
|
||||
acc +42
|
||||
jmp -14
|
||||
acc +30
|
||||
acc +50
|
||||
acc +13
|
||||
jmp -61
|
||||
acc +46
|
||||
jmp -63
|
||||
nop -55
|
||||
nop -320
|
||||
jmp -11
|
||||
acc +10
|
||||
jmp -424
|
||||
jmp -11
|
||||
acc +3
|
||||
jmp -71
|
||||
acc +42
|
||||
acc -13
|
||||
jmp +4
|
||||
nop -155
|
||||
nop -138
|
||||
jmp +62
|
||||
acc +11
|
||||
acc +19
|
||||
acc +15
|
||||
acc +17
|
||||
jmp -73
|
||||
acc -11
|
||||
jmp -273
|
||||
acc +8
|
||||
acc +6
|
||||
acc -7
|
||||
acc +41
|
||||
jmp -311
|
||||
jmp -111
|
||||
jmp -260
|
||||
jmp +50
|
||||
jmp -60
|
||||
jmp +1
|
||||
nop -89
|
||||
acc +36
|
||||
acc +14
|
||||
jmp -220
|
||||
nop -415
|
||||
acc +28
|
||||
jmp -402
|
||||
acc +41
|
||||
jmp -165
|
||||
acc +9
|
||||
acc -13
|
||||
acc -18
|
||||
acc +18
|
||||
jmp -504
|
||||
acc -9
|
||||
acc +29
|
||||
acc +44
|
||||
jmp -444
|
||||
acc +5
|
||||
acc +47
|
||||
jmp -545
|
||||
acc +23
|
||||
acc +7
|
||||
nop -240
|
||||
jmp -320
|
||||
jmp -141
|
||||
jmp +1
|
||||
acc +28
|
||||
nop -287
|
||||
jmp -118
|
||||
acc +44
|
||||
acc -7
|
||||
jmp -550
|
||||
acc +10
|
||||
acc +20
|
||||
acc -3
|
||||
jmp -401
|
||||
acc +45
|
||||
acc +36
|
||||
jmp -375
|
||||
jmp -485
|
||||
acc +9
|
||||
jmp -338
|
||||
jmp -510
|
||||
jmp -196
|
||||
acc -16
|
||||
jmp -372
|
||||
acc +0
|
||||
jmp -380
|
||||
acc -3
|
||||
nop -473
|
||||
nop -361
|
||||
jmp -311
|
||||
acc +0
|
||||
nop +20
|
||||
jmp -436
|
||||
acc +9
|
||||
jmp +1
|
||||
jmp -215
|
||||
acc +19
|
||||
jmp -451
|
||||
jmp -43
|
||||
acc -13
|
||||
acc -10
|
||||
acc -5
|
||||
jmp -208
|
||||
acc -11
|
||||
jmp -156
|
||||
acc +11
|
||||
acc -2
|
||||
nop -357
|
||||
jmp -73
|
||||
acc +21
|
||||
jmp -159
|
||||
acc +28
|
||||
acc -16
|
||||
acc +12
|
||||
acc +1
|
||||
jmp -282
|
||||
jmp -131
|
||||
acc -11
|
||||
acc +45
|
||||
acc +0
|
||||
acc +28
|
||||
jmp +1
|
73
2020/8/test
Normal file
73
2020/8/test
Normal file
@ -0,0 +1,73 @@
|
||||
Jumping to 279 from 3.
|
||||
Jumping to 163 from 280.
|
||||
Jumping to 164 from 163.
|
||||
Jumping to 179 from 167.
|
||||
Jumping to 294 from 182.
|
||||
Jumping to 568 from 297.
|
||||
Jumping to 20 from 570.
|
||||
Jumping to 173 from 21.
|
||||
Jumping to 486 from 176.
|
||||
Jumping to 122 from 490.
|
||||
Jumping to 582 from 124.
|
||||
Jumping to 386 from 582.
|
||||
Jumping to 56 from 386.
|
||||
Jumping to 456 from 57.
|
||||
Jumping to 600 from 457.
|
||||
Jumping to 395 from 603.
|
||||
Jumping to 467 from 396.
|
||||
Jumping to 528 from 471.
|
||||
Jumping to 221 from 532.
|
||||
Jumping to 435 from 224.
|
||||
Jumping to 437 from 436.
|
||||
Jumping to 78 from 439.
|
||||
Jumping to 494 from 78.
|
||||
Jumping to 575 from 496.
|
||||
Jumping to 202 from 577.
|
||||
Jumping to 357 from 204.
|
||||
Jumping to 285 from 359.
|
||||
Jumping to 254 from 288.
|
||||
Jumping to 142 from 257.
|
||||
Jumping to 326 from 145.
|
||||
Jumping to 330 from 329.
|
||||
Jumping to 251 from 330.
|
||||
Jumping to 188 from 251.
|
||||
Jumping to 309 from 190.
|
||||
Jumping to 340 from 310.
|
||||
Jumping to 372 from 344.
|
||||
Jumping to 417 from 373.
|
||||
Jumping to 8 from 418.
|
||||
Jumping to 515 from 10.
|
||||
Jumping to 521 from 517.
|
||||
Jumping to 452 from 525.
|
||||
Jumping to 154 from 453.
|
||||
Jumping to 400 from 154.
|
||||
Jumping to 591 from 401.
|
||||
Jumping to 157 from 593.
|
||||
Jumping to 534 from 157.
|
||||
Jumping to 274 from 534.
|
||||
Jumping to 547 from 275.
|
||||
Jumping to 47 from 551.
|
||||
Jumping to 556 from 51.
|
||||
Jumping to 13 from 558.
|
||||
Jumping to 612 from 14.
|
||||
Jumping to 334 from 616.
|
||||
Jumping to 127 from 334.
|
||||
Jumping to 348 from 130.
|
||||
Jumping to 597 from 349.
|
||||
Jumping to 147 from 598.
|
||||
Jumping to 41 from 149.
|
||||
Jumping to 321 from 42.
|
||||
Jumping to 99 from 324.
|
||||
Jumping to 269 from 101.
|
||||
Jumping to 107 from 270.
|
||||
Jumping to 606 from 109.
|
||||
Jumping to 536 from 609.
|
||||
Jumping to 476 from 536.
|
||||
Jumping to 32 from 477.
|
||||
Jumping to 93 from 36.
|
||||
Jumping to 585 from 97.
|
||||
Jumping to 206 from 586.
|
||||
Jumping to 208 from 207.
|
||||
Jumping to 210 from 209.
|
||||
Jumping to 179 from 210.
|
||||
The value of the accumilator is 1801
|
Loading…
Reference in New Issue
Block a user