This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #pragma once | |
| #include <string> | |
| #include <iostream> | |
| #include <cstdint> | |
| #include <iosfwd> | |
| struct Result | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Option Explicit | |
| Dim header() As String | |
| Dim i As Long | |
| Dim row As Long | |
| Dim col As Long | |
| Sub getHeader() | |
| i = 1 |
NewerOlder