diff options
| author | Taylor Rogers <[email protected]> | 2022-10-18 08:08:35 -0700 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-10-18 08:08:35 -0700 |
| commit | ba0d82c9ef57fff447c1015aba4baf548f2a4ae9 (patch) | |
| tree | ba606b76807928a274e6985478956dc0da032282 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | Extra commit (diff) | |
| download | cst116-lab1-taylorrog-ba0d82c9ef57fff447c1015aba4baf548f2a4ae9.tar.xz cst116-lab1-taylorrog-ba0d82c9ef57fff447c1015aba4baf548f2a4ae9.zip | |
Extra commit
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 955e418..9dfd968 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -17,6 +17,7 @@ using std::setprecision; int main() { + int kwidth, klength; cout << fixed << showpoint << setprecision(2); |