Problem nerdinvitation
User wzhci11
Submission Time 2024-08-09 13:51:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nerdinvitation.cpp: In function ‘int main()’:
nerdinvitation.cpp:3:5: error: ‘ios’ has not been declared
3 | ios::sync_with_stdio(false);
| ^~~
nerdinvitation.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin.tie(NULL); cout.tie(NULL);
| ^~~
nerdinvitation.cpp:4:13: error: ‘NULL’ was not declared in this scope
4 | cin.tie(NULL); cout.tie(NULL);
| ^~~~
nerdinvitation.cpp:1:1: note: ‘NULL’ is defined in header ‘<cstddef>’; did you forget to ‘#include <cstddef>’?
+++ |+#include <cstddef>
1 | #define ll long long
nerdinvitation.cpp:4:20: error: ‘cout’ was not declared in this scope
4 | cin.tie(NULL); cout.tie(NULL);
| ^~~~
nerdinvitation.cpp:5:20: error: ‘LLONG_MAX’ was not declared in this scope
5 | ll n, m, min = LLONG_MAX, a, b;
| ^~~~~~~~~
nerdinvitation.cpp:1:1: note: