Problem | rubies |
---|---|
User | Sans12345 |
Submission Time | 2022-12-30 14:24:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rubies.cpp:1:1: error: stray ‘\’ in program
1 | \#include <bits/stdc++.h>
| ^
rubies.cpp:1:2: error: stray ‘#’ in program
1 | \#include <bits/stdc++.h>
| ^
rubies.cpp:1:3: error: ‘include’ does not name a type
1 | \#include <bits/stdc++.h>
| ^~~~~~~
rubies.cpp:6:1: error: ‘set’ does not name a type
6 | set<pair<pair<long long int,long long int>,pair<long double,long double>>> gems;
| ^~~
rubies.cpp: In function ‘int main()’:
rubies.cpp:9:2: error: ‘ios’ has not been declared
9 | ios::sync_with_stdio(0);
| ^~~
rubies.cpp:10:2: error: ‘cin’ was not declared in this scope
10 | cin.tie(0);
| ^~~
rubies.cpp:11:2: error: ‘cout’ was not declared in this scope
11 | cout.tie(0);
| ^~~~
rubies.cpp:12:17: error: ‘ios’ has not been declared
12 | cin.exceptions(ios::badbit | ios::failbit);
|