User: tequila_girl
Verdict: 100 points
Language: C++
CPU Time usage: 197 ms
Memory usage: 1248 KB
Source code: 1246 B
Main.cpp: In function ‘void rd(T&)’: Main.cpp:17:2: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] 17 | while(isdigit(c)) x=x*10-'0'+c,c=getchar(); x*=f; | ^~~~~ Main.cpp:17:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ 17 | while(isdigit(c)) x=x*10-'0'+c,c=getchar(); x*=f; | ^
Test Number | CPU Usage | Memory Usage | Result | |
---|---|---|---|---|
9 | 108 ms | 1036 KB | OK | |
8 | 55 ms | 1072 KB | OK | |
7 | 190 ms | 1100 KB | OK | |
6 | 197 ms | 1248 KB | OK | |
5 | 90 ms | 1104 KB | OK | |
4 | 39 ms | 972 KB | OK | |
3 | 20 ms | 1088 KB | OK | |
2 | 16 ms | 1008 KB | OK | |
1 | 16 ms | 1080 KB | OK | |
0 | 15 ms | 1084 KB | OK |