My issue
showing output as no space left on the device
My code
package main
import "fmt"
func main(){
// your code goes here
var n int
fmt.Scan(&n)
fmt.Print(&n)
}
Problem Link: START01 Problem - CodeChef
showing output as no space left on the device
package main
import "fmt"
func main(){
// your code goes here
var n int
fmt.Scan(&n)
fmt.Print(&n)
}
Problem Link: START01 Problem - CodeChef