Problem | sequences |
---|---|
User | akqxolotl |
Submission Time | 2024-04-01 16:43:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sequences.cpp: In function ‘int main()’:
sequences.cpp:10:47: error: too many initializers for ‘long long int [10]’
10 | int s9[10]={0,1.3078,1.294852,0,0,0,0,0,0,0,0};
| ^
sequences.cpp:11:51: error: too many initializers for ‘long long int [10]’
11 | int s10[10]={0,103.7695,103.77367,0,0,0,0,0,0,0,0};
| ^