| Problem | fuji |
|---|---|
| User | andikawahyudi |
| Submission Time | 2026-09-11 11:06:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fuji.cpp:5:8: error: cannot declare ‘::main’ to be a global variable
5 | signed main {
| ^~~~
fuji.cpp:2:13: error: expected primary-expression before ‘long’
2 | #define int long long
| ^~~~
fuji.cpp:6:2: note: in expansion of macro ‘int’
6 | int n; cin >> n;
| ^~~
fuji.cpp:2:13: error: expected ‘}’ before ‘long’
2 | #define int long long
| ^~~~
fuji.cpp:6:2: note: in expansion of macro ‘int’
6 | int n; cin >> n;
| ^~~
fuji.cpp:5:13: note: to match this ‘{’
5 | signed main {
| ^
fuji.cpp:6:9: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | int n; cin >> n;
| ^~~
| sin
fuji.cpp:7:10: error: ‘n’ was not declared in this scope
7 | int a = n**2;
| ^
fuji.cpp:7:13: error: invalid type argument of unary ‘*’ (have ‘int’)
7 |