Problem | digits |
---|---|
User | bakchormee |
Submission Time | 2024-05-04 18:58:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
digits.cpp:1:1: error: stray ‘\’ in program
1 | \#include <bits/stdc++.h>
| ^
digits.cpp:1:2: error: stray ‘#’ in program
1 | \#include <bits/stdc++.h>
| ^
digits.cpp:1:3: error: ‘include’ does not name a type
1 | \#include <bits/stdc++.h>
| ^~~~~~~
digits.cpp: In function ‘int main()’:
digits.cpp:43:2: error: ‘ios_base’ has not been declared
43 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
digits.cpp:44:5: error: ‘cin’ was not declared in this scope
44 | cin.tie(NULL);
| ^~~
digits.cpp:44:13: error: ‘NULL’ was not declared in this scope
44 | cin.tie(NULL);
| ^~~~
digits.cpp:1:1: note: ‘NULL’ is defined in header ‘<cstddef>’; did you forget to ‘#include <cstddef>’?
+++ |+#include <cstddef>
1 | \#include <bits/stdc++.h>
digits.cpp:60:4: error: ‘cout’ was not declared in this scope
60